On Thu, Jul 10, 2008 at 6:56 AM, Nicolas Lapomarda <[EMAIL PROTECTED]> 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 (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 [EMAIL PROTECTED]

Reply via email to