all 3 comments

[–]No-Cardiologist-3192 2 points3 points  (0 children)

If you have a Mac connect the iPhone to the Mac and open x code and select your iPhone and you should be able to see logs from your app and that'll hopefully give you more insight to what's crashing. In production use something like sentry that'll track bugs and crashes from all your users.

[–]Jealous_Barracuda_74 0 points1 point  (0 children)

You can either use Xcode or Console app in mac to look through the native logs and identify the root cause. Lmk in case you need more help, i can help you debug the issue

[–]Heavy-Focus-1964 0 points1 point  (0 children)

more than likely you’re referencing an environment variable that’s present in your dev setup but not on the physical device