macOS升级到10.14后CocoaPods不可用的问题
2018-10-22 本文已影响0人
默默的学习
1. 安装RVM
$ \curl -sSL https://get.rvm.io | bash -s stable
$source~/.bashrc
$source~/.bash_profile
2. 安装CocoaPods
$ sudo gem install cocoapods
这样就搞定了
1. 安装RVM
$ \curl -sSL https://get.rvm.io | bash -s stable
$source~/.bashrc
$source~/.bash_profile
2. 安装CocoaPods
$ sudo gem install cocoapods
这样就搞定了