On Jul 25, 2011, at 10:19 PM, John Nairn wrote: > My app won't start at all in Lion. I always thought the first code will be in > - (void)applicationWillFinishLaunching:(NSNotification *)aNotification
Not necessarily. For instance, if you have -awakeFromNib methods in objects in your main nib, those will run earlier. > but that code is never reached. So I am a loss of how to fix it. What happens if you run the app from Xcode? Does it report a crash? What’s the stack look like? If that doesn’t give you useful info, try adding a breakpoint on exceptions (search the docs for details on how). —Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com