I upgraded from xcode 4.4.3 to 4.5 and can no longer build our application. I receive the following compile error in iOS 6.0 SDK base.h:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/include/dispatch/base.h:103:44: error: missing binary operator before token "("
I immediately tried to revert back to iOS 5.1.1 SDK and found I could not. I went to Xcode->preferences->downloads but no previous SDK versions are available to install.. only simulators and command-line tools.
One of our developers discovered that reverting from LLVM GCC 4.2 to Apple LLVM compiler 4.1 resolved the compile issue..
But seems I must download the previous version of xcode 4.4.3 to get iOS 5.1.1 SDK.
Does anyone have iOS 5.1.1 sdk installed under xcode 4.5?
Has anyone experienced iOS 6.0 SDK build issues?
Thanks...