Re: Please explain this error message...
Re: Please explain this error message...
- Subject: Re: Please explain this error message...
- From: Ondra Cada <email@hidden>
- Date: Wed, 20 Feb 2002 19:47:09 +0100
Martin,
>
>>>>> Martin Kautz (MK) wrote at Wed, 20 Feb 2002 10:49:08 +0100:
MK> Could someone enlight me what this message means?
MK>
MK> -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)
That you are using an index 1 to array which has 1 object -- which is, of
course, nonsense.
Unless you see the problem already, run the app under gdb, and set
breakpoint to -[NSException raise]; that way you'll see in the stack exactly
which code did that.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.