• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core data model configuration & Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Core data model configuration & Leopard
      • From: Bill <email@hidden>
References: 
 >Core data model configuration & Leopard (From: email@hidden)
 >Re: Core data model configuration & Leopard (From: mmalc crawford <email@hidden>)
 >Re: Core data model configuration & Leopard (From: Bill <email@hidden>)

  • Prev by Date: Re: Core data model configuration & Leopard
  • Next by Date: Re: Leopard problem: can't pass NSPredicate in a distributed object message
  • Previous by thread: Re: Core data model configuration & Leopard
  • Next by thread: Re: Core data model configuration & Leopard
  • Index(es):
    • Date
    • Thread