Re: NSEntityDescription random crash
Re: NSEntityDescription random crash
- Subject: Re: NSEntityDescription random crash
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 10 Jul 2008 08:54:53 -0700
On Thu, Jul 10, 2008 at 6:56 AM, Nicolas Lapomarda <email@hidden> wrote:
> The error I'm getting is random as well, but always takes the form
>
> "*** -[NSCFString _entityForName]: unrecognized selector sent to
> instance xxx".
You likely are not retaining an object that you expect to stay around.
This results in that object getting deallocated and some other random
object dropping in at that address in memory.
You can enable NSZombie to help track down this issue.
<http://developer.apple.com/technotes/tn2004/tn2124.html#SECFOUNDATION>
-Shawn
_______________________________________________
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