Last active
April 5, 2016 03:15
-
-
Save ParsifalC/b8a1cbd8bc3b118d3b044c4928578d9d to your computer and use it in GitHub Desktop.
完全移除CocoaPods
This file contains hidden or 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
$ gem uninstall cocoapods | |
$ gem uninstall cocoapods-core | |
$ gem uninstall cocoapods-downloader | |
$ sudo rm -fr ~/Library/Caches/CocoaPods/ | |
$ sudo rm -fr ~/.cocoapods/repos/master/ | |
$ sudo rm -fr Pods/ | |
https://guides.cocoapods.org/using/troubleshooting.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment