Unable to install cocoa pods

后端 未结 3 1776
一整个雨季
一整个雨季 2021-01-17 15:13

I want to install cocoapods on MacOS to run the pod command. But on doing

sudo gem install cocoa-pods

I get the following:

Bui         


        
3条回答
  •  孤城傲影
    2021-01-17 15:39

    I think the most reliable solution is to use:

    brew install cocoapods
    

    Which should resolve missing / corrupted dependencies on its own.

    PS: This obviously involves installing brew, but I am willing to bet you already have it in your system.

提交回复
热议问题