美文网首页iOS开发技巧
Faild to build gem native extens

Faild to build gem native extens

作者: 夏天的枫_ | 来源:发表于2020-07-21 10:55 被阅读0次

    1.# 解决 Mac OS 10.14: Failed to build gem native extension

    报错:

    sudo gem install cocoapods
    Building native extensions. This could take a while...
    ERROR:  Error installing cocoapods:
        ERROR: Failed to build gem native extension.
    
        current directory: /Library/Ruby/Gems/2.3.0/gems/ffi-1.12.2/ext/ffi_c
    /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -r ./siteconf20200520-11890-1ic3cr0.rb extconf.rb
    mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/include/ruby.h
    
    extconf failed, exit code 1
    
    Gem files will remain installed in /Library/Ruby/Gems/2.3.0/gems/ffi-1.12.2 for inspection.
    Results logged to /Library/Ruby/Gems/2.3.0/extensions/universal-darwin-18/2.3.0/ffi-1.12.2/gem_make.out
    

    网上都是通过 xcode-select --install 来解决,但是我在 Mac OS 10.14 版本下,依然存在报错。

    解决方式,执行以下:

    open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
    

    安装提示安装即可。

    相关文章

      网友评论

        本文标题:Faild to build gem native extens

        本文链接:https://www.haomeiwen.com/subject/htjnohtx.html