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

后端 未结 23 1763
深忆病人
深忆病人 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:13

    You must use the command in Terminal for installing Command Line Tools:

    xcode-select --install
    

    If you receive the message as a result of "Can't install the software because it is not currently available from the Software Update server.", You must download manually Command Line Tools from Apple site.

提交回复
热议问题