• 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: 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


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>)
 >Re: Core data model configuration & Leopard (From: mmalc crawford <email@hidden>)

  • Prev by Date: Re: My Xcode Project Won't Compile 32-Bit
  • Next by Date: Re: My Xcode Project Won't Compile 32-Bit
  • Previous by thread: Re: Core data model configuration & Leopard
  • Next by thread: Re: Core data model configuration & Leopard
  • Index(es):
    • Date
    • Thread