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

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

    Run following command

     brew cleanup -d -v 
    

    Then run below command

    brew install cocoapods 
    

    Note: If you see failed to link then run brew link cocoapods

    This is how it get solved for me

提交回复
热议问题