Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress'

前端 未结 11 1624
醉酒成梦
醉酒成梦 2020-11-22 03:39

I was trying run gem install json and got the following error

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    /System/Library/Framewo         


        
11条回答
  •  星月不相逢
    2020-11-22 04:37

    None of these worked for me.

    What finally worked is running the command with a sudo -

    gem install byebug -v '9.0.6'

提交回复
热议问题