I upgraded my xcode to 4.2 (using the snow leopard). I used to use Xcode 3.2.6, and my project worked successfully with it. Now I can’t build it, instead, Xcode emits the following error:
ld: warning: option -A is obsolete and being ignored
ld: entry point (start) undefined. Usually in crt1.o for architecture armv7
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
The error seems to be some compiler error, but cannot figure it out. :( I searched for it, but no luck. Please suggest some solution.
source
share