美文网首页
Cocoapods 安装失败

Cocoapods 安装失败

作者: sundancer | 来源:发表于2017-12-23 09:56 被阅读0次
  • 执行命令sudo gem install cocoapods, 报错
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /usr/bin directory.
  • 解决方案:
sudo gem install cocoapods -n /usr/local/bin

相关文章

网友评论

      本文标题:Cocoapods 安装失败

      本文链接:https://www.haomeiwen.com/subject/mcvfgxtx.html