App crashes just after splash screen finishes showing up - SIGABRT

Our team and I are developing an App that runs perfectly in debug mode, but when we build with the flags "--configuration Release" locally or send it to Test Flight, we face a crash after the splash screen loads and disappears. As we are using React Native, it looks related to some dependency, as the startup screen is ok and outside of it all. We removed lots of dependencies that could be the cause, but the issue persists.

The Simulator's System Log shows the following message:
Code Block
Mar 9 15:09:35 <Computer-name> <app-name>[3868]: assertion failed: 19H114 18C61: libxpc.dylib + 50260 [056A9371-1C2C-385B-BB06-F099DE20E73A]: 0x7d
Mar 9 15:09:36 <Computer-name> com.apple.CoreSimulator.SimDevice.2CFA1341-6FDA-4F00-9085-1DA26A9D79E5[2210] (UIKitApplication:<app-bundle-id>[b3f0][rb-legacy][3868]): Service exited due to SIGABRT


Attached are the crashlogs received after submitting to Test Flight.





Thanks in advance for any information that could enlighten the situation.

Please see Diagnosing Issues Using Crash Reports and Device Logs, the top level document gateway into everything crash logs. Follow the numbered list of steps — since you have the crash reports, you're ready to move on to step 3, which is to make the crash report usable by symbolicating it.

Same issue, have you found a solution since ?

App crashes just after splash screen finishes showing up - SIGABRT
 
 
Q