您的位置:首页 > 运维架构

Installing CocoaPods "Operation not permitted" error

2016-03-17 15:20 381 查看


Installing CocoaPods on OS X 10.11

These instructions were tested on all betas and the final release of El Capitan.


Custom 
GEM_HOME

This is the solution when you are receiving the "Operation not permitted" error.

$ mkdir -p $HOME/Software/ruby
$ export GEM_HOME=$HOME/Software/ruby
$ gem install cocoapods
[...]
1 gem installed
$ export PATH=$PATH:$HOME/Software/ruby/bin
$ pod --version
0.37.2
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  pod