Rick,

Try cleaning all the targets and rebuilding the entire project. Create a new document instead of opening an existing one. You're probably either getting an old model, a weird union of models, or a corrupted model from previous work.

If that doesn't help, you can try adding the document's store to the NSPersistentStoreCoordinator yourself, and grab the NSError. You'll want the data in the NSError's userInfo.

You can compare the store's metadata with the NSManagedObjectModel's version hashes.

You can use fs_usage to see what files are being opened, in case you've accidentally imported, say, iCal's .mom file.
--

-Ben
_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [EMAIL PROTECTED]

Reply via email to