Accidentally typed -c while running expo build:ios

Due to a yarn script, accidentally typed expo build:ios -c
Anyway to retrace these steps?
My certificates which are present in my developer account do not show up anymore. The build tool is trying to create a new distribution certificate, a new apple push notification key, but all of them are not required.

Any alternate way out of this situation? Can I manually add the certificates again?
If I delete all the related certificates keys provisioning profiles, and upload the entire app (with Expo handling everything) again is that ok? (obviously with the same bundle identifier)

Hi!

You should be able to provide your own credentials, rather than letting Expo handle them for you. The -c flag only clears the credentials from the Expo servers, so you should still have access to them via the Apple Developer console

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