iOS Crash on Reopen App

I'm somewhat new to interpreting Apple Crash reports as my primary experience is in web development. In limited cases the app appears to crash on load. It does not sound as though it happens during their first loading of the app, but rather on later reopens.

I'm hoping someone can help me identify what the issue may be so I can ensure I fix it in the next update! Any help would be greatly appreciated!!



You’ll need to get those symbolicated before they can be of any use. Maybe try and open them in Xcode. Then instead of this mumbo jumbo

Code Block
Last Exception Backtrace:
(0x1b2838300 0x1b254cc1c 0x1b2736a90 0x1b283ca60 0x1b283ed60 0x1b2783930 0x1b272e234 0x1b2af4e70 0x1b2af487c 0x1b69abc84 0x1b24d6ec4 0x1b24d833c 0x1b24e76e8 0x1b24e7d9c 0x1b253f6d8 0x1b25459c8)

You’d see a list of file and line numbers that point to the code that was executing when it crashed.

iOS Crash on Reopen App
 
 
Q