侧边栏壁纸
博主头像
最闪啊姚凌武!博主等级

天下武功,唯快不破

  • 累计撰写 293 篇文章
  • 累计创建 34 个标签
  • 累计收到 10 条评论

目 录CONTENT

文章目录

CocoaPods问题

姚凌武
2015-04-17 / 0 评论 / 0 点赞 / 13 阅读 / 1044 字
1.CocoaPods 版本旧 The version of CocoaPods used to generate the lockfile is higher that the one of the current executable. Incompatibility issues might arise.
sudo gem update cocoapods

2.Operation not permitted - /usr/bin/xcodeproj

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
 
]]>
0
iOS

评论区