Quincey, Kyle: >> While it is true the MOC is not initialized at this point, I don't see what >> could cause this message appear at such an early stage. Can it be linked >> somehow with the initialization of a static object embedded in the >> "MainMenu" NIB? > > If, as it happens, your MainMenu.nib contains a window, make sure that > "visible at launch" isn't checked.
Upon further examination, I have a NSArrayController in entity mode in the MainMenu NIB, so I think the error is caused by its initialization while no MOC is yet created. I'll try to move it in a separate NIB or create it programatically. Cheers Vincent_______________________________________________ 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