Skip to content

Instantly share code, notes, and snippets.

@sahara-ooga
Created October 11, 2020 10:48
Show Gist options
  • Save sahara-ooga/32bb820a14ef016566c807d747bbef48 to your computer and use it in GitHub Desktop.
Save sahara-ooga/32bb820a14ef016566c807d747bbef48 to your computer and use it in GitHub Desktop.
cocoapodsが動かない状態からの復元
$ 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