iPhone Exception Handling
Posted
by
Coocoo4Cocoa
on Stack Overflow
See other posts from Stack Overflow
or by Coocoo4Cocoa
Published on 2009-08-15T17:16:32Z
Indexed on
2011/01/04
4:54 UTC
Read the original article
Hit count: 269
I have one crash in my iPhone application that does throw an NSException. The crash reports are completely ambiguous in where the error is and what exactly is causing it. Is there a smart way for me to set a top level exception handler somewhere to see what is causing it? I can't replicate the problem myself, but a few of my beta users certainly can.
What's a smart way to handle a problem of this nature?
© Stack Overflow or respective owner