I have a big problem with my iOS App: it crashes sometimes without detailed debug error.
The stack trace is empty. These are the only two lines in the stack trace:
To find the source of the problem, in Xcode go to Product > Scheme > Edit Scheme, and under Diagnostics tab enable all the Malloc settings and Guard Malloc.
With that, run your application again, and Xcode will stop at the line causing the problem.