Failure to install nokogiri libiconv is missing on Yosemite Mac OS X 10.10

后端 未结 10 2095
难免孤独
难免孤独 2020-12-29 07:08

Trying to install Nokogiri I’m getting the following error

Maxims-MacBook-Air:ScrapingTheApple maximveksler$ gem install nokogiri
Fetching: nokogiri-1.6.2.1.         


        
10条回答
  •  萌比男神i
    2020-12-29 07:50

    In my case I had upgraded Xcode and forgot to install the command line tools so install was not able to run compiler.

    The following installs the command line tools:

    xcode-select --install

提交回复
热议问题