Standalone app stuck on loading screen

Build stopped working after adding to app.json:

    "ios": {
      ...
      "infoPlist": {
        "NSContactsUsageDescription": "Allow access to your contacts"
       }
     }

App is stuck on the loading screen. I’ve also noticed that .ipa size decreased from ~200mb to ~100mb for no apparent reason. Tried rebuilding several times, doesn’t help.

2 Likes

Seems like the same issue SDK 30: Splash Screen Got Frozen in Standalone App

Probably not related to infoPlist

Should be gone now. Sorry for inconvenience.

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