Skip to content

Instantly share code, notes, and snippets.

@EvolverSwiftUI
Forked from mbinna/podforceupdate.sh
Created May 25, 2022 13:11
Show Gist options
  • Save EvolverSwiftUI/5c82816ba9bf7e400f83ecb7abd3ac33 to your computer and use it in GitHub Desktop.
Save EvolverSwiftUI/5c82816ba9bf7e400f83ecb7abd3ac33 to your computer and use it in GitHub Desktop.
Clear CocoaPods cache, re-download and re-install all pods
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update
@EvolverSwiftUI
Copy link
Author

foreked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment