Skip to content

Instantly share code, notes, and snippets.

@svyatoslavratov
Forked from mbinna/podforceupdate.sh
Created July 5, 2023 12:40
Show Gist options
  • Save svyatoslavratov/106f969a510830df0752af1bd539c963 to your computer and use it in GitHub Desktop.
Save svyatoslavratov/106f969a510830df0752af1bd539c963 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment