Here is the stack trace of app. Note: App is in production and these logs are retrieved using Crash Organizer in xcode.
Any idea what is causing crash and how to trace or debug it?
Here is the stack trace of app. Note: App is in production and these logs are retrieved using Crash Organizer in xcode.
Any idea what is causing crash and how to trace or debug it?
Add an Exception Breakpoint to your code, it can help you identify which line specifically is causing a crash.
Have a look at this post: Exception Breakpoint in Xcode