[solved] Re: Incompatible managed object model versions
[solved] Re: Incompatible managed object model versions
- Subject: [solved] Re: Incompatible managed object model versions
- From: Lynn Barton <email@hidden>
- Date: Fri, 19 Jun 2009 07:51:49 -0700
If your application is
NSPersistentDocument-based, the document file *is* the persistent
store. If you application isn't document-based, your application
delegate probably contains a method that specifies the path to the
persistent store. (In the Xcode Core Data application template, the
boilerplate code puts it in a folder inside the Application Support
folder.)
Thanks. I found the persistent store and deleted it. That of course
removed the error message. Now I can continue developing my app.
Lynn Barton
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden