iPhone Developer Help

Full Version: Handling Unhandled Exceptions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What's the best way to deal with an unhandled exception? I have a table view and when I click on a cell to go to my detailed view controller the app crashes, and throws an Unhandled exception with some values attached, that I cant decode. What do you guys use when you run into something like this while debugging?

I've gone over my code and can't find anything glaring -- the compiler isn't even throwing warnings, I took care of that.

It's just when I click to go to a detailed view controller, it throws out an unhandled exception and a thread, and I don't know how to fix it.

I'd looove some advice.
I think u might forgot to implement few of the tableView's delegate and data source methods........just check once.
Reference URL's