Installing libv8 gem on OS X 10.9+

后端 未结 20 1023
旧时难觅i
旧时难觅i 2020-11-29 14:41

I\'m trying to install libv8 3.16.14.3 but getting an error on OSX Mavericks using latest stable rvm and ruby-1.9.3-p125.

This is the output of running the command \

20条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 15:07

    I was using a beta version of Xcode for another project and had forgotten. Switch back with xcode-select. Something like:

    sudo xcode-select --switch /Applications/Xcode.app/
    

提交回复
热议问题