Re: Core Data "entity required" error
Re: Core Data "entity required" error
- Subject: Re: Core Data "entity required" error
- From: Quincey Morris <email@hidden>
- Date: Mon, 2 Jun 2008 10:07:09 -0700
On Jun 2, 2008, at 07:21, Chataka wrote:
On the console, I just get
> entity required
That's it. Just two words.
Nothing else I can include...
Typically, frameworks errors are NSLog'ed, so they will at least
include the application name and process id.
So, you haven't established that this is a Core Data error. In fact,
it looks like an error message written to stderr from:
-- your own code, OR
-- a C library
The next step would be to try to use the debugger to find the exact
point in your code where the error occurs.
_______________________________________________
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