xcode errors
Posted: Tue Nov 12, 2013 12:40 am
I receive the following errors when compiling the xcode project:
ld: warning: ignoring file /Users/MrScience101/Desktop/test/geapp/build/Release-iphoneos/libgeapp.a, file was built for archive which is not the architecture being linked (armv7s): /Users/MrScience101/Desktop/test/geapp/build/Release-iphoneos/libgeapp.a
Undefined symbols for architecture armv7s:
"_main", referenced from:
start in crt1.3.1.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone seen this before? Anyone know how to resolve it?
After doing a search on the forums I read that some people had luck changing armv7s to armv6, but armv6 does not show up in xcode anywhere that I can see.
Thank you for your time, help and effort.
ld: warning: ignoring file /Users/MrScience101/Desktop/test/geapp/build/Release-iphoneos/libgeapp.a, file was built for archive which is not the architecture being linked (armv7s): /Users/MrScience101/Desktop/test/geapp/build/Release-iphoneos/libgeapp.a
Undefined symbols for architecture armv7s:
"_main", referenced from:
start in crt1.3.1.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone seen this before? Anyone know how to resolve it?
After doing a search on the forums I read that some people had luck changing armv7s to armv6, but armv6 does not show up in xcode anywhere that I can see.
Thank you for your time, help and effort.