cocoapod使用日记
Posted wxm5558
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocoapod使用日记相关的知识,希望对你有一定的参考价值。
sudo gem install cocoapods
如果被强了,换到taobao镜像
$ gem sources --remove https://rubygems.org/
//等有反应之后再敲入以下命令
$ gem sources -a http://ruby.taobao.org/
查看镜像
$ gem sources -l
重新安装
如果安装的时候出现错误:
ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/xcodeproj
运行:
sudo gem install -n /usr/local/bin cocoapods
安装成功后,可以正常使用cocoapods
以上是关于cocoapod使用日记的主要内容,如果未能解决你的问题,请参考以下文章
在 Flutter iOS 平台特定代码中使用 Cocoapods 库
命令 PhaseScriptExecution 以非零退出代码失败 - 使用 CocoaPods