less than 1 minute read

Here is the code snippet to clear CocoaPods cache then re-download and reinstall all pods.

rm -rf “${HOME}/Library/Caches/CocoaPods”

rm -rf “`pwd`/Pods/”

pod update

Source

Need iOS Help?

I help developers and founders with:

  • New apps — idea to App Store
  • Bug fixes, debugging & rescue
  • App Store rejections
  • Code review & mentoring
See how we can work together →

10+ years iOS • 10+ published apps • 11,000+ students trained

Updated: