Error installing nokogiri: Failed to build gem native extension & libiconv is missing (OSX)

前端 未结 15 1428
无人共我
无人共我 2020-12-07 18:25

I try to clone this repo and run bundle install. The bundle process failed and throw this error:

    ...
    Installing nokogiri 1.6.2.1 with na         


        
15条回答
  •  轮回少年
    2020-12-07 19:04

    I had same issue while updating to xcode 10, I resolved it with following steps :

    1. xcode-select --install
    2. bundle install --deployment
    3. gem install nokogiri

提交回复
热议问题