Skip to content

Instantly share code, notes, and snippets.

@SatoTakeshiX
Created January 13, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SatoTakeshiX/049fe9b8f9a5dbc254f6903c46b2930d to your computer and use it in GitHub Desktop.
Save SatoTakeshiX/049fe9b8f9a5dbc254f6903c46b2930d to your computer and use it in GitHub Desktop.
cocoapodがおかしくなった時に行うこと ref: http://qiita.com/SatoTakeshiX/items/02d56d269778c9bb3f19
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment