Bundle update fails on ffi

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

    Also method:

    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
    bundle update
    

    ffi.h is to be found in ${SDKROOT}/usr/include/ffi/ffi.h.

提交回复
热议问题