App crashes on launch from App Store ONLY

My app works fine building from Xcode, but when it lands on the App Store it instantly crashes on launch. Its a simple UIKit with a couple swift packages.

The crash report .ipa file says:
Code Block
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x8000000000000010 -> 0x0000000000000010 (possible pointer authentication failure)

But I'm not even sure if that is the part I should be looking at.

Post not yet marked as solved Up vote post of JaydenIrwin Down vote post of JaydenIrwin
764 views

Replies

we have the same issue. Any suggestions?