Clear local Apple credentials

Hi!

I would like to know how to make Expo forget about any previous Apple credentials, so locally only. All my research has led to using the -c CLI option, but I feel that is to clear the credentials in the Apple Developer Console, and that is the very last thing I want to be doing.

Thanks a lot for your help!

Hi @mathieumg, exp build:ios -c clears the credentials used by Expo, not the original credentials in your Apple Developer account.

3 Likes

Thanks James! :grinning:

I am working on a big project involving 3 different mobile apps, all built with Expo.

Does anyone know if doing expo build:ios -c will clear local credentials for ALL apps, or can I target a single app, etc?

I recently did expo build:ios --clear-credentials thinking it would do it for a single app and it looks like it cleared for all the apps heh oops.

is there a difference between -c and --clear-credentials ?