I'm having a strange issue - ever since upgrading to Xcode 6.2 (and now 6.3) I'm getting errors in Apple Classes when I open my Unity iOS project. The error appears multiple times (it gets to 58 then stops trying to build):
Parse Issue
Expected '=' after '__NSi_8_2'
It appears in Apple class header files:
NSProcessInfo.h
NSExtensionContext.h
UIFontDescriptor.h
UIFont.h
UIApplication.h
UILocalNotification.h
I've tried building the project using Unity 4.6.3, 4.6.4, 4.6.5 and 5.0, but it happens every time. If I go back to use Xcode 6.1 then the project builds with no errors.
Anyone have any ideas what could be happening here?
![alt text][1]
[1]: http://i.stack.imgur.com/6GbiW.png
↧