I am getting a random bug in my app, which is causing it to crash. The problem I am facing is XCode doesn\'t tell me where the crash is happening only the below information. Can
There is a solution that I usually use on my projects, setting up some special breakpoint. To do that:
Now add some new breakpoints clicking the "+" button:
[NSException raise]
objc_exception_throw
Run again your project, application will stop on the line that is causing your problems.