Re: Core Data and NSFetchRequest
Re: Core Data and NSFetchRequest
- Subject: Re: Core Data and NSFetchRequest
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 11 May 2005 14:49:10 -0700
On May 11, 2005, at 2:28 PM, Marcus Roberts wrote:
When I invoke
NSEntityDescription *entity = [NSEntityDescription
entityForName:@"Task"
inManagedObjectContext:moc];
I get
"+entityForName: could not locate an NSManagedObjectModel"
Either 'moc' is nil or you've created the managed object context
without setting up its persistent store coordinator.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden