I\'m trying to get better at using Xcode. I have the AllExceptions break point turned on. When my app crashes, I see this:
*** Terminating app due to uncaught
The easiest way to handle the exceptions in XCode during development is to add the exception break points.
You can do that as following.
In most of the cases XCode will stop the execution on exception and point at the line that caused the exception.
In Xcode,
Rerun the app and see if execution stops at the line which causing this exception.