04-21-2008, 03:59 AM
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'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.