On Thu, Aug 13, 2009 at 10:03 AM, Volker in Lists<volker_li...@ecoobs.de> wrote: > Why don't you call > self.persistentStoreCoordinator = nil; > instead of releasing the persistentStoreCoordinator ?
-dealloc should always access instance variables directly; it should not call accessor methods. Currently this is impossible to do with synthesized instance variables, but that is considered a bug. --Kyle Sluder _______________________________________________ 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