Bundle update fails on ffi

后端 未结 11 1897
闹比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:27

    Please note:

    If you have recently updated Xcode, you may just need to open Xcode and accept the latest agreement.

    I had the same issue and had recently installed an update to Xcode (v6.1) and solved it with these steps:

    1. open Xcode
    2. accept new agreement
    3. rerun bundle update

提交回复
热议问题