On Fri, Aug 21, 2009 at 3:53 AM, Massimiliano Gargani<[email protected]> 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 protected]) 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]
