Build Version Crashes on Permissions Request - iOS

I’ve got an app which requests location permissions. It works great in the simulator in development mode, everything executes without error. Once I build the app, it crashes on the following line of code:

let { status } = await Permissions.askAsync(Permissions.LOCATION);

I am not getting any errors in Sentry, so nothing to go on here. I did just update in order to mitigate the issue with Apple permissions you were recently experiencing.

Hi -

So sorry. There was a bug in the production build system that has been fixed now.
This should be resolved if you just do another standalone/production build.

Sorry for the trouble!

Charlie

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.