Hi,

Just to ask the obvious question, but you've created the
persistentStoreCoordinator and the managedObjectModel and hooked them all
up right?

I've been having similar problems this weekend, and running Instruments
with Zombies enable has been a great help. It help me pin point the
problem area in my app.

HTH

Darren.


On 20/02/2011 21:23, "Shane" <software.research.developm...@gmail.com>
wrote:

>Trying to learn core data and I have added it to my application while
>swapping out my old ways. So I have this initially ...
>
>@synthesize managedCoreDataObjectContext;
>
>- (void) awakeFromNib
>{
>    ...    
>    [self setManagedCoreDataObjectContext:[[NSManagedObjectContext alloc]
>init]];    
>}
>
>- (void) applicationDidFinishLaunching:(NSNotification *) aNotification
>{
>    NSManagedObjectContext *context = [self managedCoreDataObjectContext];
>
>    // error is happening on this next line Š
>    network = [NSEntityDescription
>        insertNewObjectForEntityForName:@"Network"
>        inManagedObjectContext:context];
>}
>
> +entityForName: could not locate an NSManagedObjectModel for entity
>name 'Network'
>
>Network is a class that is subclassed from NSManagedObject, and
>included in my project. My *.xcdatamodel file is also included in this
>project.
>
>Any help much appreciated.
>_______________________________________________
>
>Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
>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:
>http://lists.apple.com/mailman/options/cocoa-dev/darren%40tenjinconsulting
>.co.uk
>
>This email sent to dar...@tenjinconsulting.co.uk


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to