Created
October 11, 2020 10:48
-
-
Save sahara-ooga/32bb820a14ef016566c807d747bbef48 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
$ rm -rf /usr/local/bin/pod | |
$ sudo gem install cocoapods | |
Password: | |
Successfully installed cocoapods-1.9.3 | |
Parsing documentation for cocoapods-1.9.3 | |
Done installing documentation for cocoapods after 2 seconds | |
1 gem installed | |
$ pod setup | |
bash: /usr/local/bin/pod: No such file or directory | |
$ rbenv rehash # これが重要っぽい | |
$ pod setup | |
Setup completed | |
$ pod --version | |
1.9.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment