Re: NSInvalidArgumentException', reason: '*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil
Re: NSInvalidArgumentException', reason: '*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil
- Subject: Re: NSInvalidArgumentException', reason: '*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 6 Jul 2008 01:52:19 -0600
On Jul 6, 2008, at 1:25 AM, Jesse Armand wrote:
Is there any of you can give me an idea on the cause of this
uncaught exception:
'NSInvalidArgumentException', reason: '*** -[NSCFArray
insertObject:atIndex:]: attempt to insert nil'
It means something tried to insert nil into an NSMutableArray, which
is not allowed.
I can't seem to find where I should look to trace for this problem,
even though I thought this could be happening because I'd done
something wrong related to CFRunLoop.
Break on objc_exception_throw, as well as -[NSException raise] if
you're using Tiger or earlier.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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