Expo App Crashing on iPad iOS 16.2

The app I'm working on has crashed on iPad iOS 16.2 on launch. I symbolicated the crash logs but can't understand what's going on and what caused this. Please help.

Replies

Both your crash reports have a Last Exception Backtrace section that looks like this:

Last Exception Backtrace:
0   CoreFoundation    … __exceptionPreprocess + 164
1   libobjc.A.dylib   … objc_exception_throw + 60
2   CoreFoundation    … +[NSObject(NSObject) _copyDescription] + 0
3   CoreFoundation    … __forwarding__ + 976
4   CoreFoundation    … _CF_forwarding_prep_0 + 96
5   ComHyperaFrida    … 0x102a08000 + 4950748
6   ComHyperaFrida    … 0x102a08000 + 4953076
7   CoreFoundation    … _invoking__ + 148
8   CoreFoundation    … -[NSInvocation invoke] + 428
9   CoreFoundation    … -[NSInvocation invokeWithTarget:] + 64
10  ComHyperaFrida    … 0x102a08000 + 4569808
11  ComHyperaFrida    … 0x102a08000 + 4579804
12  ComHyperaFrida    … 0x102a08000 + 4578828
13  libdispatch.dylib … _dispatch_call_block_and_release + 32

The critical frames in this backtrace (5, 6, 10…12) are not symbolicated. To make progress on this, you’ll need to symbolicate those. See Adding Identifiable Symbol Names to a Crash Report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"