Changing Provisioning Profile in Expo from Terminal

I made a mistake and used the wrong provisioning profile while running expo build:ios via this tutorial. There doesn’t seem to be any handy documentation as to how to update it - just a lot of questions from people in my same boat.

Here is a screenshot of the related error.

I just need need to remove the old profile and add the new one. Is that a command for that?

Note: I am not using xCode - just Terminal.

Thanks in advance. You’re a rockstar.

Hey @hollyewhite,

You can run expo build:ios -c or expo build:ios --clear-credentials (they are synonymous) to wipe out the credentials so you can add new ones.

Cheers,

Adam

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