当我执行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.6.0/gems/ffi-1.12.2/ext/ffi_c
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20200524-27428-t6f6h6.rb extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/include/ruby.h
You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.
extconf failed, exit code 1
Gem files will remain installed in /Library/Ruby/Gems/2.6.0/gems/ffi-1.12.2 for inspection.
Results logged to /Library/Ruby/Gems/2.6.0/extensions/universal-darwin-19/2.6.0/ffi-1.12.2/gem_make.out
知道什么问题吗?
答案 0 :(得分:2)
如果没有,请先安装Homebrew:https://brew.sh/index_pt-br
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
第二,如果没有,请安装ruby: https://www.ruby-lang.org/pt/documentation/installation/
brew install ruby
您还可以按照以下步骤操作:https://gist.github.com/monicao/d372716cdfbb7e9cf692
然后,关闭终端,然后重新打开。
始终使用sudo安装cocoapods:
sudo gem install cocoapods
此外,您需要安装Xcode的开发人员工具。最简单的方法是通过终端(this question)
xcode-select --install