Re: applicationDidFinishLaunching not being called

2020-03-09 Thread Alex Zavatone via Cocoa-dev
Dave, I just selected the AppDelegate in the storyboard in a temp app, deleted it and the AppDelegate methods are skipped. I’m guessing that your answer is the one that’s causing it, as in my suggestions, the console throws a descriptive error message. > On Mar 9, 2020, at 7:31 PM, Dave via

Re: applicationDidFinishLaunching not being called

2020-03-09 Thread Dave via Cocoa-dev
Look at the Application Object in the Workspace/NIB file, is the class AppDelegate? If not it should be! Do you have an AppDelegate in the project/target and is the correct target set for it? BTW, these questions are better posted to the Xcode list. All the Best Dave > On 9 Mar 2020, at

Re: applicationDidFinishLaunching not being called

2020-03-09 Thread Gabriel Zachmann via Cocoa-dev
Thanks a million! Does this work on your laptop ? https://owncloud.informatik.uni-bremen.de/index.php/s/DoXzkZB3JmFzqy4 Best regards, Gabriel > On 9. Mar 2020, at 18:08, Alex Zavatone wrote: > > I’ll take a look now,

applicationDidFinishLaunching not being called

2020-03-09 Thread Gabriel Zachmann via Cocoa-dev
I must have done something very stupid, accidentally, but the method applicationDidFinishLaunching in my AppDelegate is not being called any more. I have googled and tried a few things, of course, to no avail. Does anyone have an idea what it might be? Maybe, some kind soul can take a quick