React Native App Crash on iOS - facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)

Hi everyone, my app is occasionally crashed on App Store. I have searched for this error on the internet but still not have any clues on how to fix it.

Below are the information and crash logs

Code Type: ARM-64 (Native) OS Version: iPhone OS 17.2.1 (21C66) Device: iPhone 15 Pro

0   CoreFoundation                	0x1a8cde69c __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x1a0f67c80 objc_exception_throw + 60 (objc-exception.mm:356)
2   RN8it                         	0x10255a000 RCTFatal + 568 (RCTAssert.m:146)
3   RN8it                         	0x1025cb71c -[RCTExceptionsManager reportFatal:stack:exceptionId:] + 432 (RCTExceptionsManager.mm:68)
4   RN8it                         	0x1025cbf08 -[RCTExceptionsManager reportException:] + 1232 (RCTExceptionsManager.mm:135)
5   CoreFoundation                	0x1a8c23794 __invoking___ + 148 (:-1)
6   CoreFoundation                	0x1a8c2322c -[NSInvocation invoke] + 428 (NSForwarding.m:3411)
7   CoreFoundation                	0x1a8c23054 -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3508)
8   RN8it                         	0x102588590 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 388 (RCTModuleMethod.mm:584)
9   RN8it                         	0x10258a574 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 452 (RCTNativeModule.mm:183)
10  RN8it                         	0x10258a1c4 facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)::$_0::operator()() const + 68 (RCTNativeModule.mm:104)
11  RN8it                         	0x10258a1c4 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 112 (RCTNativeModule.mm:95)
12  libdispatch.dylib             	0x1b0be76a8 _dispatch_call_block_and_release + 32 (init.c:1530)
13  libdispatch.dylib             	0x1b0be9300 _dispatch_client_callout + 20 (object.m:561)
14  libdispatch.dylib             	0x1b0bf0894 _dispatch_lane_serial_drain + 748 (queue.c:3885)
15  libdispatch.dylib             	0x1b0bf13c4 _dispatch_lane_invoke + 380 (queue.c:3976)
16  libdispatch.dylib             	0x1b0bfc004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913)
17  libdispatch.dylib             	0x1b0bfb878 _dispatch_workloop_worker_thread + 404 (queue.c:6507)
18  libsystem_pthread.dylib       	0x212c0f964 _pthread_wqthread + 288 (pthread.c:2629)
19  libsystem_pthread.dylib       	0x212c0fa04 start_wqthread + 8 (:-1)

See Language Exception from RCTFatal.

Share and Enjoy

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

React Native App Crash on iOS - facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)
 
 
Q