Re: Core data model configuration & Leopard
Re: Core data model configuration & Leopard
- Subject: Re: Core data model configuration & Leopard
- From: Bill <email@hidden>
- Date: Sun, 28 Oct 2007 22:05:36 -0700
On Oct 28, 2007, at 6:26 PM, mmalc crawford wrote:
On Oct 28, 2007, at 6:18 PM, Bill wrote:
There has only been one model, and that model has not changed
since I created the product a few years ago. The product uses two
entities. One is never used. Could that be an issue? If not,
anything else I should look at?
Hmm, try:
NSDictionary *optionsDictionary =
[NSDictionary dictionaryWithObject:[NSNumber numberWithBool:YES]
forKey:NSIgnorePersistentStoreVersioningOption];
if ([coordinator addPersistentStoreWithType:NSSQLiteStoreType
configuration:nil
URL:url options:optionsDictionary error:&error]){
mmalc
No, that didn't work. However, I created a new xcode project which
read the same store, and it opened the store without any issues, so I
guess I'm doing something wrong somewhere in my original project. If
you have any hints as to where to look, I'd appreciate it, but I
guess I'm just going to have to some serious debugging.
Thanks,
Bill
_______________________________________________
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