I am building a simple React Native app with create-react-native-app using only react-navigation and base-64(base 64 encode/decode) as dependencies. Over time starting the a
I was running expo build:ios and needed to clear the cached provisioning profile. I did so with:
expo build:ios
expo build:ios --clear-provisioning-profile
To see the full list of commands that clear specific elements from the cache, run expo build:ios --help
expo build:ios --help