Error when installing libv8 3.11.8.3

随声附和 提交于 2019-12-01 04:03:14

Switch to an older version of Xcode didn't work for me. Instead I used last libv8 fixes from github : https://github.com/cowboyd/libv8/issues/107

It works perfectly.

Ok, installing older version of Xcode (4.6.3) and changing Command Line Tools version to the older ones in Xcode's preferences solved the problem.

Install XCode 4.6.3 in your Applications folder, and then run

sudo xcode-select --switch /Applications/Xcode4.6.3.app/Contents/Developer

Once you're done installing libv8 you can revert back by doing

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!