无法在 macOS Sierra 上安装 Cocoapods
Can't Install Cocoapods on macOS Sierra
我无法在我的 Mac 项目上安装 CocoaPods。
我是 运行 macOS Sierra 10.12.3 和 Xcode 8.2.1 (Swift 3)
当 运行 sudo gem 安装 cocoapods 时我得到这个错误:
Fetching: cocoapods-core-1.2.0.gem (100%)
Successfully installed cocoapods-core-1.2.0
Fetching: cocoapods-1.2.0.gem (100%)
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/pod
我已经在 this topic 上尝试了这两个答案,但遗憾的是我没有得到任何 Podfile。
谁能帮帮我? :)
谢谢
试试这个 sudo gem install cocoapods -n /usr/local/bin/
我无法在我的 Mac 项目上安装 CocoaPods。
我是 运行 macOS Sierra 10.12.3 和 Xcode 8.2.1 (Swift 3)
当 运行 sudo gem 安装 cocoapods 时我得到这个错误:
Fetching: cocoapods-core-1.2.0.gem (100%)
Successfully installed cocoapods-core-1.2.0
Fetching: cocoapods-1.2.0.gem (100%)
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/pod
我已经在 this topic 上尝试了这两个答案,但遗憾的是我没有得到任何 Podfile。
谁能帮帮我? :)
谢谢
试试这个 sudo gem install cocoapods -n /usr/local/bin/