Suddenly, I'm having this problem where my app crashes when I install it over testflight.
I initially thought it was the CI infrastructure using Xcode 13.0 but moving it to Xcode 13.1 had the same result.
Also, the problem persists when distributing from my local development machine.
Building directly to my device works perfectly. It's the testflight build that fails.
This is the crash Report
The good thing is that the App we are developing is completely Open Source and the code can be found here https://github.com/zcash/secant-ios-wallet/releases/tag/0.0.1-7
We are not using any crash reporter. The only external code we are using is the TCA dependency.
Check out this other thread which describes the root cause, which is Xcode versions. https://developer.apple.com/forums/thread/696197
I am one of the people affected. When I built an app for Testflight with Xcode 13.1 (App Store version), it crashes on launch when installed from TestFlight, as everyone describes.
The same app built and uploaded with Xcode 13.2 RC (no code changes on my side, only build number bump) installs from Testflight and runs fine on both iOS 14 and 15.