Re: Incompatible managed object model versions
Re: Incompatible managed object model versions
- Subject: Re: Incompatible managed object model versions
- From: Quincey Morris <email@hidden>
- Date: Thu, 18 Jun 2009 23:29:20 -0700
On Jun 18, 2009, at 20:44, Lynn Barton wrote:
Thanks, Kyle. I would like to try just deleting the existing
persistent store and letting a new one be created based on the
current model. Where would I find the existing persistent store?
Uh, it's wherever you put it. 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.)
_______________________________________________
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