Update Expo Package for IOS Store Distribution

I have a package on the Apple store - I need to update the package. When I type: expo:build:ios I get an error: "Multiple profiles found with the name “com.myapp.blah” I’ve cleared the provisioning certificates (I’ve cleared all certificates and keys actually at this point). How can I update a package that is to be sent to the IOS store? On initial build I simply built the package (expo:build:ios) downloaded the package and used the app loader to upload. I want to update THAT package with a new version (which I have changed in app.json.)

The command you should use is expo build:ios (without the extra colon you’re using)

After clearing your extra profiles, do you still get that same error? Try building with expo build:ios -c

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