`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)`
React native IOS app get crashed in Test Flight in iPhone 12 Pro Max
It seems that you already found a post where I explain this problem. What more help do you need here?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Actually I am not a swift developer and the app is build in react native. I have visited the post where you solved the problem, so that I have understood that I am facing the problem in t banjeev2 0x10046e4fc RCTFatal + 568 (RCTAssert.m:146) this line but I don't know how to solve it in react native. It would be great that you will help us to solve it
I think you missed the point of my other response, so I’m going to repeat the relevant bits here:
Frames 0 through 1 indicate that [your third-party] runtime has thrown a language exception.
For information about what I mean by “language exception”, see language exception.
And:
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.
For more information the system log, see Your Friend the System Log.
And:
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"