I had over 200 errors in my Xcode project and found that my problem had to do with ARC being enabled. I followed the advice found here to use the flag -fno-objc-arc
. Now I am down to only 7 errors, but one of them is in my prefix.pch which is my prefix header for all source files, and says:
unrecognized command line option "-fno-objc-arc"
Any ideas? I'm using mac 10.6.8, ios sdk 4.3 and xcode 3.2.6