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:
But I'm not even sure if that is the part I should be looking at.
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.