Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我输入: sudo gem install cocoapods 在我的终端中,我收到以下错误,有人知道为什么会这样吗?先感谢您!
错误:执行 gem 时...(TypeError)没有将 nil 隐式转换为 String
我发现你必须这样做:
sudo gem install -n /usr/local/bin cocoapods
这最终为我工作!