Skip to content

Instantly share code, notes, and snippets.

@johnborges
Last active August 26, 2022 12:39
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 johnborges/7c137355180ea16a1355dda16bdcef64 to your computer and use it in GitHub Desktop.
Save johnborges/7c137355180ea16a1355dda16bdcef64 to your computer and use it in GitHub Desktop.
Complete pod cleanup
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData
pod deintegrate
pod setup
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment