I had code like below:
@interface InterfaceWithACategory () {
... Some variables
}
@end
Which worked perfect when compiled in XCode 4.0.2
Now I did an upgrade (already blame myself for this stupid idea) to XCode 4.2 + iOS SDK 5.0 and have an error "Expected identifier or '(' before '{' token".
Any help would be really appreciated.