My app crashes immediately after launching it. It crashes on TestFlight but it runs just fine in XCode (debug and release). Because it runs ok in release it leads me to think that has anything to do with provisioning profiles or signing or something like that, I’m using automatically manage signing.
- I've seen similar issues from other developers here that were solved by updating XCode to 13.2RC. I’ve tried updating Xcode to 13.2.1 (before I was on 13.2 ) with no success.
- I’ve tried changing the release optimization level to No optimization
- The device logs (window -> Devices and simulators -> View device logs ) don’t show any crashes related to my app.
The device console (window -> Devices and simulators -> Open console ) does show logs but I don’t have a clue of what may be happening.
Any ideas?
Thanks in advance!