Skip to content

Instantly share code, notes, and snippets.

@richy486
Created December 8, 2014 03:05
Show Gist options
  • Save richy486/b5f3518e2dbfdb7b2cc5 to your computer and use it in GitHub Desktop.
Save richy486/b5f3518e2dbfdb7b2cc5 to your computer and use it in GitHub Desktop.
clear and re install cocoapods
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment