Re: 10.5 + Core Data project error?
Re: 10.5 + Core Data project error?
- Subject: Re: 10.5 + Core Data project error?
- From: Jim Correia <email@hidden>
- Date: Wed, 31 Oct 2007 09:04:27 -0400
On Oct 31, 2007, at 8:53 AM, Alex Reynolds wrote:
managedObjectModel = [[NSManagedObjectModel mergedModelFromBundles:
[NSBundle mainBundle]] retain];
...I no longer get the error message.
However, in the Console, I get the following error:
2007-10-31 08:44:47.640 Cino[15909:10b] *** -[NSBundle
countByEnumeratingWithState:objects:count:]: unrecognized selector
sent to instance 0x30cad0
2007-10-31 08:44:47.641 Cino[15909:10b] *** -[NSBundle
countByEnumeratingWithState:objects:count:]: unrecognized selector
sent to instance 0x30cad0
-mergedModelFromBundles: wants an NSArray of bundles; you are passing
it a single NSBundle.
Jim
_______________________________________________
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