Re: How did I break Auto Save during -[NSApp terminate:]?
Re: How did I break Auto Save during -[NSApp terminate:]?
- Subject: Re: How did I break Auto Save during -[NSApp terminate:]?
- From: Ken Thomases <email@hidden>
- Date: Mon, 21 Oct 2013 16:08:24 -0500
On Oct 21, 2013, at 3:38 PM, Jerry Krinock wrote:
> • There is another issue, beside the fact that saving does not occur: The app does not quit either. But neither does it hang. It does quit if I command it to quit a second time (with no changes).
> • During that first failed quit, -[NSApp terminate:] returns without invoking -[NSDocumentController reviewUnsavedDocumentsWithAlertTitle:cancelable:delegate:didReviewAllSelector:] and without invoking the app delegate's applicationShouldTerminate:.
This sounds like an exception was raised during the processing of the first quit. Have you checked the console output? Do you have a breakpoint on Objective-C exceptions?
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden