I’m getting the following Build Error after upgrading to Xcode 5:
Any idea how to get rid of this error? I also had to change the compiler to Apple LLVM 5.0.
I’m getting the following Build Error after upgrading to Xcode 5:
Any idea how to get rid of this error? I also had to change the compiler to Apple LLVM 5.0.
You have to change the build settings to either turn off Automatic Reference Counting or remove the garbage collection setting.
Yes – as of Xcode 5, that’s the only compiler supported.
Thanks a lot Shane.
You saved the day