Re: Core data model configuration & Leopard
Re: Core data model configuration & Leopard
- Subject: Re: Core data model configuration & Leopard
- From: mmalc crawford <email@hidden>
- Date: Sun, 28 Oct 2007 18:26:45 -0700
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
_______________________________________________
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