After reading about a bug in the NSPersistentDocument tutorial
( previously reported at: http://lists.apple.com/archives/cocoa-dev/
2006/Apr/msg02276.html ), I would like to ask about a similar issue:
The tutorial's Adding a Department Object chapter includes a section
entitled Supporting Document Revert. The code there calls the super
class' version of revertToContentsOfURL:.
However, while using the tutorial to learn Core Data, I found my app
crashes when the super class' version of revertToContentsOfURL: is
called. (Department/p1> has been invalidated. is seen in the
console. ) When I simply return YES in lieu of calling the super
class version, my app seems to work.
Thank you,
Chris Outwin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden