orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 93 forks source link

How can I remove a Keyring? #216

Closed VanegasDev closed 3 years ago

VanegasDev commented 3 years ago

I was working in a forked project and now I don't want the keyring for that project anymore. I executed pod keys rm --all but the keyring is still there and I'm having conflicts. 😞 Could somebody help me?

ashfurrow commented 3 years ago

You can delete the keyring using Keychain Access.app, which is installed on your computer. You can also remove the .yml files from ~/.cocoapods/keys directory (look in the file's name section to get the right one).

VanegasDev commented 3 years ago

I had already tried using the Keychain Access App but I was just able to manage just the keys.

Right now I tried what you said about the .yml file and that works perfectly! Thank you so much @ashfurrow