Created
April 18, 2017 08:24
-
-
Save makirby/3232b989c9cafc6d2858dc78f7737d63 to your computer and use it in GitHub Desktop.
cocoa pods cleanup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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