How can I delete old builds?

I’d like to delete all old iOS builds. How can I do that? This would help to quickly resolve some issue with signing errors upon profile changes. Right now I have created a different account to force the build to new certs and profiles.

You can delete credentials by using -c flag (exp build:ios -c). After that you can provide your own files or delete credentials on developer.apple.com and let expo generate new ones for you.

1 Like

Perfect! Thanks.

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