Bundle update fails on ffi

后端 未结 11 1890
闹比i
闹比i 2020-12-05 14:11

I\'m attempting to do a bundle update on my rails application but I get the following error:

Installing ffi (1.0.11) with native extensions Unfo         


        
11条回答
  •  情深已故
    2020-12-05 14:30

    For Xcode 5 and later:

    $ xcode-select --install
    

    to install the Command Line Tools.

提交回复
热议问题