• 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: Mon, 29 Oct 2007 09:44:11 -0700


On Oct 29, 2007, at 9:25 AM, mmalc crawford wrote:


On Oct 29, 2007, at 8:42 AM, Bill wrote:

It seems to be creating a merged model from all frameworks I'm using (see below). And the app does use a lot of frameworks besides the standard set. There's Security, SystemConfiguration, and Message. I'm not sure how to load a specific model from my app bundle, but I will definitely look into it and see if that helps.

The message framework at least now contains a model, so this is getting merged in.

In your case, you should probably only load models from your app bundle (NSBundle mainBundle):

managedObjectModel = [[NSManagedObjectModel mergedModelFromBundles: [NSBundle mainBundle]] retain];

mmalc


That worked! Is there documentation about the message framework containing a model in OS 10.5? I assume this is because NSMailDelivery has been decremented for OS 10.5? Any suggestions for a replacement for NSMailDelivery?


Thank you for the assistance,
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: Chris Hanson <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: [Moderator] Leopard Discussion Embargo Lifted at 6PM Pacific
  • Next by Date: Re: NSTableView behavior change in Leopard
  • Previous by thread: Re: Core data model configuration & Leopard
  • Next by thread: Re: Core data model configuration & Leopard
  • Index(es):
    • Date
    • Thread