ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension

后端 未结 23 1785
深忆病人
深忆病人 2020-12-04 19:06

I am trying to install cocoapods to my MacBook Pro running with OSX 10.9.1 (new Mavericks) and after type gem install cocoapods I get the following error:

23条回答
  •  佛祖请我去吃肉
    2020-12-04 19:36

    You need to install Xcode's developer tools. The easiest way to do this is through terminal (this question)

    xcode-select --install
    

提交回复
热议问题