I just upgraded XCODE to 13.3.1 , and my app crashes on startup on TestFilght. When I build it directly on the phone there is no issue with the app. The only solution that worked was disabling bitcode but I don't want to disable it.
There are no crash logs and can't see the logs on the device itself. I don't know what will happen if I'll publish it to the store and I don't want to try. The app should work on TestFlight
Solutions that didn't work- -Updating to 13.4 - didn't help -Adding "-Wl,-weak-lswift_Concurrency -Wl,-rpath,/usr/lib/swift"- didn't help -Adding libswift_Concurrency.tbd in the "Link Binary with Libraries" - didn't help