React native app crash on testflight review

Hi,
This is my last hope as i've search everywhere for a solution but can't find anything...
I'm using:
  • "react": "17.0.2",

  • "react-native": "0.64.0",

  • xcode 12.5

  • building on ios 14.5

My application works perfectly on any simulator in release mode (Iphone, Ipad etc.) but crashes on launch on every testflight review.

Here is the last crash log

Code Block language
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 8
Application Specific Information:
abort() called
Last Exception Backtrace:
(0x1a26af128 0x1b63c2480 0x1028c5698 0x102943de8 0x1029447ac 0x1a26b3b60 0x1a25955e0 0x1a2595b44 0x1028f69f8 0x1028f8e28 0x1028f8a54 0x1a22e62b0 0x1a22e7298 0x1a22c334c 0x1a22c3e34 0x1a22cd674 0x1ea9215bc 0x1ea92486c)
Thread 8 name: Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 8 Crashed:
0 libsystem_kernel.dylib 0x00000001ce2cc7b0 0x1ce2a5000 + 161712
1 libsystem_pthread.dylib 0x00000001ea9209c4 0x1ea916000 + 43460
2 libsystem_c.dylib 0x00000001ab2a3a44 0x1ab230000 + 473668
3 libc++abi.dylib 0x00000001b649cbe8 0x1b648a000 + 76776
4 libc++abi.dylib 0x00000001b648ed14 0x1b648a000 + 19732
5 libobjc.A.dylib 0x00000001b63a29a0 0x1b639c000 + 27040
6 libc++abi.dylib 0x00000001b649c074 0x1b648a000 + 73844
7 libc++abi.dylib 0x00000001b649c00c 0x1b648a000 + 73740
8 libdispatch.dylib 0x00000001a22e72ac 0x1a2286000 + 397996
9 libdispatch.dylib 0x00000001a22c334c 0x1a2286000 + 250700
10 libdispatch.dylib 0x00000001a22c3e34 0x1a2286000 + 253492
11 libdispatch.dylib 0x00000001a22cd674 0x1a2286000 + 292468
12 libsystem_pthread.dylib 0x00000001ea9215bc 0x1ea916000 + 46524
13 libsystem_pthread.dylib 0x00000001ea92486c 0x1ea916000 + 59500
Thread 8 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x00000001b649ff09 x5: 0x000000016dcf6440 x6: 0x000000000000006e x7: 0x0000000000000900
x8: 0x000000016dcf7000 x9: 0x6990a1dc777f84ea x10: 0x0000000000000002 x11: 0x000000000000000b
x12: 0x00000001ed620c4a x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x0000000000000002 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000000000a003 x21: 0x000000016dcf70e0 x22: 0x00000001f4829340 x23: 0x0000000000000000
x24: 0x0000000000000114 x25: 0x000000016dcf70e0 x26: 0x0000000282ae7780 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016dcf63b0 lr: 0x00000001ea9209c4
sp: 0x000000016dcf6390 pc: 0x00000001ce2cc7b0 cpsr: 0x40000000
esr: 0x56000080 Address size fault

Any help would be very much appreciated, i'm quite desperate at this point.

Feel free to ask for more details

Thank you all

React native app crash on testflight review

Please post the full crash report. Use the text attachment feature (the paperclip icon) to avoid clogging up the timeline.

Share and Enjoy

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

hello, did you find a solution? I have the same problem and I can't move forward? Thank you.

hello, did you find a solution? I have the same problem and I can't move forward? I attach the crash report Thank you.

Any update on this facing the same problem

I solved this problem by running npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios command in my the app's root terminal.

React native app crash on testflight review
 
 
Q