When creating a new OS X Objective-C project with Xcode 6 GM (in Mavericks), I am not able to compile the project as soon as I create an action (or outlet) for an interface object. For example if I try to create an action for an NSButton object, I get the error in my controller header file
Parse Issue, Expected a type
at the line
No problems at all if I do exactly the same thing in Xcode 5.1.1.
Anyone see this, or know what I might be doing wrong?
Parse Issue, Expected a type
at the line
Code:
- (IBAction)calculate:(NSButton *)sender;
No problems at all if I do exactly the same thing in Xcode 5.1.1.
Anyone see this, or know what I might be doing wrong?