Skip to content

Instantly share code, notes, and snippets.

@vvit
Created March 9, 2016 09:04
Show Gist options
  • Save vvit/b02bd15ba6e491e9f234 to your computer and use it in GitHub Desktop.
Save vvit/b02bd15ba6e491e9f234 to your computer and use it in GitHub Desktop.
// Version check:
sudo gem list cocoapods
// Downgrade
sudo gem uninstall cocoapods
// Install required version
sudo gem install cocoapods -v 0.25.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment