The compiler failed to generate an executable file. (RuntimeError)

前端 未结 10 1185
面向向阳花
面向向阳花 2020-12-09 04:06

I recently upgraded to OS Mountain Lion. A project I\'m working on requires gem sys-proctable as a dependency, but when I run bundle install I get:



        
10条回答
  •  眼角桃花
    2020-12-09 04:29

    You have to install the latest Xcode and Command Line Tools (inside Xcode). It's obviously something with your Xcode or PATH. What does which clang give?

提交回复
热议问题