At some point I deleted the Object to my appdelegate file for some reason from the XIB. I added a new object, and selected MyAppNameDelegate as the class. However, it’s not connected to file owner, and I dont seem to get the option when right clicking and dragging. I think this is causing me some runtime issues. Any ideas?
Share
If you are referring to your MainMenu, the the file’s owner is an object of type NSApplication.
In IB, you should select your file’s owner, access it’s ‘delegate’ outlet and drag it (as to draw a line) to your app delegate. This will restore the connection.
Check also that your file’s owner has got the NSApplication class type. Maybe it got changed somehow.