Skip to content

Instantly share code, notes, and snippets.

@MElkady
Created November 1, 2016 08:31
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 MElkady/678700fd2c20ef5382d67ee9ad7d3d79 to your computer and use it in GitHub Desktop.
Save MElkady/678700fd2c20ef5382d67ee9ad7d3d79 to your computer and use it in GitHub Desktop.
Clear cocoapods project
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