Re: Table view with multiple columns
Re: Table view with multiple columns
- Subject: Re: Table view with multiple columns
- From: Kyle Sluder <email@hidden>
- Date: Fri, 21 Aug 2009 13:59:19 -0700
On Fri, Aug 21, 2009 at 3:53 AM, Massimiliano Gargani<email@hidden> wrote:
> when I run the app I get TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION
If your app is quitting because of an exception, you need to post the
actual exception and a stack trace. Make sure that Break on
Exceptions is checked, or that you have a breakpoint set on
objc_exception_throw.
More importantly, you need to start using the debugger. Once you've
started to use the debugger correctly, make sure that "row" is in the
right range for your namesList. You're probably getting a value for
"row" that you don't expect.
--Kyle Sluder
_______________________________________________
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