Your Podfile requires that the p
2021-01-11 本文已影响0人
yeenbin
1. 执行pod install
遇到Your Podfile requires that the plugin `cocoapods-binary` be installed. Please install it and try installation again 报错
2. 执行sudo gem install cocoapods cocoapods-binary 进行安装
提示You don't have write permissions for the /usr/bin directory.
3. 修改安装命令为sudo gem install -n /usr/local/bin cocoapods cocoapods-binary
搞定