安裝Cocoapods, 更新gem出現的問題

我如今須要安裝Cocoapods 。gem的鏡像一景更換爲淘寶的了。
執行sudo gem install cocoapods出現錯誤:xcode

ERROR:  While executing gem ... (Errno::EPERM)
    Operation not permitted - /usr/bin/xcodeproj

我估計是gem版本沒有更新。執行sudo gem update --system,又出現了錯誤ruby



估計是升級系統和安裝Xcode7 以後cocoapods很差使了 得升級 一下是解決方案:

自定義GEM_HOME
命令行操做:
$ mkdir -p $HOME/Software/ruby
$ export GEM_HOME=$HOME/Software/ruby
$ gem install cocoapods
  [...]
  1 gem installed
$ export PATH=$PATH:$HOME/Sofware/ruby/bin
$ pod --version
  0.39.0ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/update_rubygems
相關文章
相關標籤/搜索