when running pod install I get The `master` repo requires CocoaPods 0.32.1, try updating but still in 0.31

后端 未结 5 1911
遇见更好的自我
遇见更好的自我 2020-12-01 03:43

Iam trying to install cocoa pods in a xcode project, but when doing:

$ pod install

I get the following error:

Setting up Co         


        
5条回答
  •  粉色の甜心
    2020-12-01 04:09

    I had the same issue. I tried

    sudo gem uninstall cocoapods
    

    and then

    sudo gem install cocoapods
    

    but it wasn't working. It finally worked when I restarted Terminal after the uninstall. Then the install worked.

提交回复
热议问题