Search code examples
xcodeapplescriptinterface-builderhandlerapplescript-objc

applicationwillfinishaunching handler not working applescript xcode


My on applicationWillFinishLaunching_(aNotification) handler isn't working. It works with my "xib" IB, but it doesn't work with my ".storyboard" IB. Where in the IB should I look? I have searched quite a bit looking for anything that says "applicationWillFinnishLaunching" but no luck. The handler only works if my main storyboard is an ".xib" file but when I make it a ".storyboard" it doesn't work.


Solution

  • Create a new project and check the connection you see in the image below. Then try to find if the same connection is broken in your project and recreate it.

    AppDelegate connect