applicationDidFinishLaunching not invoked
In your MainMenu.xib, make sure there’s an instance of your AppDelegate class. To make one, drag a plain object (blue cube) into the list and set its class name to AppDelegate (or whatever your app delegate class name is). Also in the MainMenu.xib, to connect it, drag a connection from the Application object to your … Read more