今天用pod install时出现错误:
The `master` repo requires CocoaPods 0.29.0
但是,终端gem update CocoaPods 显示
Updating installed gems
Nothing to update
原因是gem版本不支持升级至0.29.0
具体见:http://stackoverflow.com/questions/16511705/the-master-repo-requires-cocoapods-0-18-1

解决步骤如下:
sudo gem update
sudo gem install CocoaPods

相关文章:

  • 2021-04-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-11-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案