I updated project to Xcode 5 and enabled modules in build settings. However, I see compiler error Unexpected \'@\' in program when I use @import.>
Unexpected \'@\' in program
@import
I also found that using following code in pch file:
#ifdef __cplusplus #import #endif
are not compatible with @import.