我使用sudo gem install cocoapods
安装了cocoapods。
该命令声称已成功完成。但是,当我执行gem list cocoapods
时,它不会显示在列表中。当我pod --version
时,我收到错误:
/Users/myname/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems.rb:271:in `find_spec_for_exe': can't find gem cocoapods (>= 0.a) (Gem::GemNotFoundException)
from /Users/myname/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems.rb:299:in `activate_bin_path'
from /usr/local/bin/pod:23:in `<main>'
我尝试过卸载并重新安装。我认为问题与使用Homebrew安装的旧版本1.0.1有关,然后使用gem install安装它。但我不确定。
我也试过卸载Homebrew版本,但没有运气。
答案 0 :(得分:0)
我已经遵循@oyvindhauge的建议,它的工作就像一种魅力。只需输入:
gem install [gem]
祝你好运!