I am working on a ReactNative app that is working on the simulator and works when debugging on a plugged in device (iPhone 7).
When I download the app from TestFlight on the same device, the app crashes immediately upon opening the app.
The app is built using ReactNative 0.67.2 and the app has Hermes disabled.
I've looked into other questions but the answers don't resolve the issue we are facing.
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x182379c9c __exceptionPreprocess + 216 (NSException.m:200)
1 libobjc.A.dylib 0x19952d758 objc_exception_throw + 56 (objc-exception.mm:565)
2 SoberConnectionApp 0x104f49cd4 RCTFatal + 668 (RCTAssert.m:146)
3 SoberConnectionApp 0x104f748e8 __28-[RCTCxxBridge handleError:]_block_invoke + 700 (RCTCxxBridge.mm:1226)
4 libdispatch.dylib 0x182045194 _dispatch_call_block_and_release + 24 (init.c:1517)
5 libdispatch.dylib 0x182046198 _dispatch_client_callout + 16 (object.m:560)
6 libdispatch.dylib 0x181ff25d0 _dispatch_main_queue_callback_4CF$VARIANT$mp + 940 (inline_internal.h:2601)
7 CoreFoundation 0x1823357e8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1795)
8 CoreFoundation 0x1822f30e8 __CFRunLoopRun + 2528 (CFRunLoop.c:3144)
9 CoreFoundation 0x182305d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
10 GraphicsServices 0x19c57a9a0 GSEventRunModal + 160 (GSEvent.c:2200)
11 UIKitCore 0x184b3805c -[UIApplication _run] + 1080 (UIApplication.m:3493)
12 UIKitCore 0x1848cdce0 UIApplicationMain + 2028 (UIApplication.m:5046)
13 SoberConnectionApp 0x104e7e1ac main + 88 (main.m:7)
14 dyld 0x10541c190 start + 444 (dyldMain.cpp:876)
crashlog.crash
Post
Replies
Boosts
Views
Activity
I am working on a ReactNative app that is working on the simulator and works when debugging on a plugged in device (iPhone 7).
When I download the app from TestFlight on the same device, the app crashes immediately upon opening the app.
The app is built using ReactNative 0.67.2 and the app has Hermes enabled.
crashlog.crash
Incident Identifier: CD276B59-E80A-4F91-A63E-2A6E4B7587BC
Hardware Model: iPhone9,3
Process: SoberConnectionApp [2235]
Path: /private/var/containers/Bundle/Application/F620084B-B77F-4E73-9910-930E58A37533/SoberConnectionApp.app/SoberConnectionApp
Identifier: com.SoberConnection
Version: 0.5 (5)
AppStoreTools: 13E500
AppVariant: 1:iPhone9,3:15
Beta: YES
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.SoberConnection [690]
Date/Time: 2022-04-24 19:08:37.4879 -0500
Launch Time: 2022-04-24 19:08:37.1810 -0500
OS Version: iPhone OS 15.1 (19B74)
Release Type: User
Baseband Version: 6.00.00
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x182379c9c __exceptionPreprocess + 216 (NSException.m:200)
1 libobjc.A.dylib 0x19952d758 objc_exception_throw + 56 (objc-exception.mm:565)
2 SoberConnectionApp 0x102b776a4 0x102a88000 + 980644 (RCTAssert.m:146)
3 SoberConnectionApp 0x102ba1d24 __28-[RCTCxxBridge handleError:]_block_invoke + 700 (RCTCxxBridge.mm:1226)
4 libdispatch.dylib 0x182045194 _dispatch_call_block_and_release + 24 (init.c:1517)
5 libdispatch.dylib 0x182046198 _dispatch_client_callout + 16 (object.m:560)
6 libdispatch.dylib 0x181ff25d0 _dispatch_main_queue_callback_4CF$VARIANT$mp + 940 (inline_internal.h:2601)
7 CoreFoundation 0x1823357e8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1795)
8 CoreFoundation 0x1822f30e8 __CFRunLoopRun + 2528 (CFRunLoop.c:3144)
9 CoreFoundation 0x182305d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
10 GraphicsServices 0x19c57a9a0 GSEventRunModal + 160 (GSEvent.c:2200)
11 UIKitCore 0x184b3805c -[UIApplication _run] + 1080 (UIApplication.m:3493)
12 UIKitCore 0x1848cdce0 UIApplicationMain + 2028 (UIApplication.m:5046)
13 SoberConnectionApp 0x102a8d5ec main + 88 (main.m:7)
14 dyld 0x103348190 start + 444 (dyldMain.cpp:876)