如何在 OS X El Capitan 10.11.4 上安装 CocoaPods?

How to install CocoaPods on OS X El Capitan 10.11.4?

通过此命令安装时:sudo gem install cocoa pods 我收到此类错误。

"ERROR: While executing gem ... (NoMethodError) undefined method `ord' for nil:NilClass"

参考 Cocoapods 指南:https://guides.cocoapods.org/using/getting-started.html

sudo gem install cocoapods

如果您仍然遇到问题,请尝试更新 gem 并检查您的 ruby 版本。

gem update --system