Skip to content

Instantly share code, notes, and snippets.

@ssebi
Last active August 13, 2019 08:12
Show Gist options
  • Save ssebi/e5914134a14ab2f5cc3535695f24c6a8 to your computer and use it in GitHub Desktop.
Save ssebi/e5914134a14ab2f5cc3535695f24c6a8 to your computer and use it in GitHub Desktop.
Cocoapods version issue
/*
*
* If you're having version problems with cocoapods
*
* Run this command to see all your cocoapods installed versions
*
*/
gem list --local | grep cocoapods
/*
*
* Afterwards you can uninstall a specific version by running
* the following command
*
*/
gem uninstall cocoapods -v "your-version (e.g. 1.6.1)"
/*
* If it doesn't help see this
*
*/
https://stackoverflow.com/questions/25016382/cocoa-pods-need-to-completely-re-install/25021772#25021772
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment