Skip to content

Instantly share code, notes, and snippets.

@aanari
Created May 4, 2017 20:37
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save aanari/8b46fd8366e3f30bb4e46907f15d36d6 to your computer and use it in GitHub Desktop.
Save aanari/8b46fd8366e3f30bb4e46907f15d36d6 to your computer and use it in GitHub Desktop.
Reinstall Cocoa Pods and Clear Cache
sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.1.1
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf Pods
pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment