LoginSignup
1

More than 5 years have passed since last update.

Clear CocoaPods cache, re-download and re-install all pods

Posted at

時々、CocoaPodsのやり直しが必要なので、メモしておく。

rm -rf ~/Library/Caches/CocoaPods; rm -rf Pods; rm -rf ~/Library/Developer/Xcode/DerivedData/*; pod deintegrate; pod setup; pod install;

参照元:
https://gist.github.com/mbinna/4202236

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1