Skip to content

Instantly share code, notes, and snippets.

@mmdock
Last active August 25, 2020 00:55
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 mmdock/347b38ce07faab8efa3d16380a7891c4 to your computer and use it in GitHub Desktop.
Save mmdock/347b38ce07faab8efa3d16380a7891c4 to your computer and use it in GitHub Desktop.
When Cocoapods is messing up, start clean
#!/bin/bash
rm -rf Pods/
pod cache clean --all
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment