Can I get some advice on how to solve this crash error?

I built an app using react native which runs fine on simulators and dev environments; however, it crashes at runtime when I run it with release configurations. It crashes both on simulators and physical devices. Any help understanding the crash log would be greatly appreciated.

As a first step, I recommend that you check whether the problem is with the way that your app is built versus the way it’s signed. See Isolating Code Signing Problems from Build Problems.

Share and Enjoy

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

Can I get some advice on how to solve this crash error?
 
 
Q