Skip to content

Instantly share code, notes, and snippets.

@mikeest1972
Created April 8, 2022 22:15
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 mikeest1972/6a0a676879796331bd352b3927d3c7a1 to your computer and use it in GitHub Desktop.
Save mikeest1972/6a0a676879796331bd352b3927d3c7a1 to your computer and use it in GitHub Desktop.
Clear Cocoapods cache, re-install, re-downlaod in an M1 mac
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
arch -x86_64 pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment