Skip to content

Instantly share code, notes, and snippets.

@ParsifalC
Last active April 5, 2016 03:15
Show Gist options
  • Save ParsifalC/b8a1cbd8bc3b118d3b044c4928578d9d to your computer and use it in GitHub Desktop.
Save ParsifalC/b8a1cbd8bc3b118d3b044c4928578d9d to your computer and use it in GitHub Desktop.
完全移除CocoaPods
$ 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