The AppController object is not presently set as the delegate of NSApplication
so no delegate messages are being received. Notably applicationWillTerminate:
is not being called and thus no clean up is occurring when the app quits. This
is not a major flaw but it was clearly the intent of the app to clean up at
shutdown.
Suggested resolution is to set the AppController as delegate of the
NSApplication object in the MainMenu.XIB file. This could also be accomplished
programmatically in awakeFromNib with the rest of the app setup.
Proximity 1.5; OS X 10.6.4; XCode 3.2.4
Original issue reported on code.google.com by pfvern...@gmail.com on 13 Oct 2010 at 5:39
Original issue reported on code.google.com by
pfvern...@gmail.com
on 13 Oct 2010 at 5:39