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
crashlog.crash
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.