I'm a cocoa and Objective-c newbie.
I'm trying to build a mac app, and when I try to create a new controller which inherits from NSViewController, it automatically gives me a - (void)viewDidLoad
in the .m file (but not in the .h). The problem is that the compiler always yells saying "No visible @interface for 'NSViewContoller' declares the selector 'viewDidLoad'.
How is this possible? Please help me understand what is happening here and how I can fix it. Thank you.