Hi,
I installed the latest official iphone sdk and now my personal project is getting the same compiler error in UIView.h as described in this question: http://stackoverflow.com/questions/3098611/syntax-error-before-token
syntax error before '^' token
The solution is apparently to change compiler settings to use GCC 4.2 or LLVM. I've tried using every compiler setting available in Xcode that but am still getting the errors.
Is there something else I should be doing to support the (^) block syntax in my project. The project was building fine with the previous official sdk release (pre OS4)
Another strange detail, I only get the error in debug config, not release. I tried comparing the build settings between debug and release but didnt see any major differences. Where there were differences I tried setting the debug config to use the release config values but still getting those errors.
thanks in advance for any help