Skip to content

Instantly share code, notes, and snippets.

@joamafer
Created March 14, 2016 11:39
Show Gist options
  • Save joamafer/29a6dd642fe42489f68b to your computer and use it in GitHub Desktop.
Save joamafer/29a6dd642fe42489f68b to your computer and use it in GitHub Desktop.
Delete cache 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