Skip to content

Instantly share code, notes, and snippets.

@makirby
Created April 18, 2017 08:24
Show Gist options
  • Save makirby/3232b989c9cafc6d2858dc78f7737d63 to your computer and use it in GitHub Desktop.
Save makirby/3232b989c9cafc6d2858dc78f7737d63 to your computer and use it in GitHub Desktop.
cocoa pods 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