App Crashes in Test Flight not on simulator

I can't seem to figure this out. Runs fine in simulator but crashes when testing on device via testflight.

Incident Identifier: 1B55FA47-09B0-460A-8E1F-B96BDEAAFFD0
Hardware Model: iPhone11,6
Process: CamexAppraiser [870]
Path: /private/var/containers/Bundle/Application/2A13E372-2EF2-4811-A467-CE1CDCBB96B0/CamexAppraiser.app/CamexAppraiser
Identifier: org.reactjs.native.example.CamexAppraiser
Version: 53 (1.2.9)
AppStoreTools: 12D4d
AppVariant: 1:iPhone11,6:14
Beta: YES
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: org.reactjs.native.example.CamexAppraiser [526]


Date/Time: 2021-02-19 15:33:51.1131 -0700
Launch Time: 2021-02-19 15:33:50.7878 -0700
OS Version: iPhone OS 14.4 (18D52)
Release Type: User
Baseband Version: 3.02.02
Report Version: 104

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 6

Last Exception Backtrace:
0 CoreFoundation 0x19c00d86c __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x1b1028c50 objc_exception_throw + 60 (objc-exception.mm:565)
2 CamexAppraiser 0x102772a6c RCTFatal + 668 (RCTAssert.m:145)
3 CamexAppraiser 0x1027ef3c4 -[RCTExceptionsManager reportFatal:stack:exceptionId:suppressRedBox:] + 492 (RCTExceptionsManager.mm:76)
4 CamexAppraiser 0x1027efdfc -[RCTExceptionsManager reportException:] + 1536 (RCTExceptionsManager.mm:145)
5 CoreFoundation 0x19c0128f4 __invoking___ + 148
6 CoreFoundation 0x19bee9df8 -[NSInvocation invoke] + 448 (NSForwarding.m:3389)
7 CoreFoundation 0x19beea3cc -[NSInvocation invokeWithTarget:] + 80 (NSForwarding.m:3495)
8 CamexAppraiser 0x1027a287c -[RCTModuleMethod invokeWithBridge:module:arguments:] + 460 (RCTModuleMethod.mm:584)
9 CamexAppraiser 0x1027a4a10 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 244 (RCTNativeModule.mm:114)
10 CamexAppraiser 0x1027a4774 operator() + 44 (RCTNativeModule.mm:75)
11 CamexAppraiser 0x1027a4774 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 88 (RCTNativeModule.mm:67)
12 libdispatch.dylib 0x19bc0024c _dispatch_call_block_and_release + 32 (init.c:1454)
13 libdispatch.dylib 0x19bc01db0 _dispatch_client_callout + 20 (object.m:559)
14 libdispatch.dylib 0x19bc0910c _dispatch_lane_serial_drain + 580 (inline_internal.h:2548)
15 libdispatch.dylib 0x19bc09c5c _dispatch_lane_invoke + 408 (queue.c:3862)
16 libdispatch.dylib 0x19bc13d78 _dispatch_workloop_worker_thread + 708 (queue.c:6601)
17 libsystem_pthread.dylib 0x1e7abd814 _pthread_wqthread + 276 (pthread.c:2211)
18 libsystem_pthread.dylib 0x1e7ac476c start_wqthread + 8




I notice the crash log references files on my local computer. but the crash report came from a test flight install on my phone.

Exception Type: EXC_CRASH (SIGABRT)


Last Exception Backtrace:

This indicates that your app is crashing because of an unhandled language exception. You can see the source of that exception here:

Code Block
0 CoreFoundation … __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib … objc_exception_throw + 60 (objc-exception.mm:565)
2 CamexAppraiser … RCTFatal + 668 (RCTAssert.m:145)
3 CamexAppraiser … -[RCTExceptionsManager reportFatal:stack:exceptionId:suppressRedBox:] + 492 (RCTExc…
4 CamexAppraiser … -[RCTExceptionsManager reportException:] + 1536 (RCTExceptionsManager.mm:145)
5 CoreFoundation … __invoking___ + 148
6 CoreFoundation … -[NSInvocation invoke] + 448 (NSForwarding.m:3389)
7 CoreFoundation … -[NSInvocation invokeWithTarget:] + 80 (NSForwarding.m:3495)
8 CamexAppraiser … -[RCTModuleMethod invokeWithBridge:module:arguments:] + 460 (RCTModuleMethod.mm:584)
9 CamexAppraiser … facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynam…
10 CamexAppraiser … operator() + 44 (RCTNativeModule.mm:75)
11 CamexAppraiser … invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned …
12 libdispatch.dylib … _dispatch_call_block_and_release + 32 (init.c:1454)


Frame 12 is Dispatch executing a block on a worker thread. Frames 11 through 2 looks like the runtime for a third-party development environment. Frames 0 through 1 indicate that this runtime has thrown a language exception.

It’s likely that your third-party runtime has logged more info about this to the system log. So, assume you’re able to reproduce the problem, you could monitor the system log while this happens to see if that yields any useful clues.

If that doesn’t help then you should escalate this via the support channel for your third-party development environment.

Share and Enjoy

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

Hi,

Did you find a solution to this ?

Last Exception Backtrace: 0 CoreFoundation 0x19b509e48 _exceptionPreprocess + 164 (NSException.m:202) 1 libobjc.A.dylib 0x1947d38d8 objc_exception_throw + 60 (objc-exception.mm:356) 2 banjeev2 0x10046e4fc RCTFatal + 568 (RCTAssert.m:146) 3 banjeev2 0x1004df890 -[RCTExceptionsManager reportFatal:stack:exceptionId:] + 432 (RCTExceptionsManager.mm:68) 4 banjeev2 0x1004e007c -[RCTExceptionsManager reportException:] + 1232 (RCTExceptionsManager.mm:135) 5 CoreFoundation 0x19b5746c4 invoking + 148 (:-1) 6 CoreFoundation 0x19b520b2c -[NSInvocation invoke] + 428 (NSForwarding.m:3377) 7 CoreFoundation 0x19b520544 -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3474) 8 banjeev2 0x10049c0cc -[RCTModuleMethod invokeWithBridge:module:arguments:] + 388 (RCTModuleMethod.mm:584) 9 banjeev2 0x10049e244 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 452 (RCTNativeModule.mm:183) 10 banjeev2 0x10049decc facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)::$_0::operator()() const + 68 (RCTNativeModule.mm:104) 11 banjeev2 0x10049decc invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 112 (RCTNativeModule.mm:95) 12 libdispatch.dylib 0x1a2b1b4b4 _dispatch_call_block_and_release + 32 (init.c:1518) 13 libdispatch.dylib 0x1a2b1cfdc _dispatch_client_callout + 20 (object.m:560) 14 libdispatch.dylib 0x1a2b24694 _dispatch_lane_serial_drain + 672 (inline_internal.h:2632) 15 libdispatch.dylib 0x1a2b251e0 _dispatch_lane_invoke + 384 (queue.c:3940) 16 libdispatch.dylib 0x1a2b2fe10 _dispatch_workloop_worker_thread + 652 (queue.c:6846) 17 libsystem_pthread.dylib 0x1e9591df8 _pthread_wqthread + 288 (pthread.c:2618) 18 libsystem_pthread.dylib 0x1e9591b98 start_wqthread + 8 (:-1)

I got the same error can any one tell me how to solve it.

App Crashes in Test Flight not on simulator
 
 
Q