Skip to content

Instantly share code, notes, and snippets.

@johnborges
Last active August 26, 2022 12:39
Show Gist options
  • Select an option

  • Save johnborges/7c137355180ea16a1355dda16bdcef64 to your computer and use it in GitHub Desktop.

Select an option

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