本文主要是介绍cocoapods pod install报错ERROR: Error installing cocoapods: ERROR: Failed to build gem native extensi,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
pod update
或者
pod install
时报错
//--报错信息--Unable to add a source with url `https://github.com/CocoaPods/Specs.git` namERROR: Error installing cocoapods: ERROR: Failed to build gem native extensi//-----------
可能是因为你的Podfile 文件中添加了如下
source 'https://github.com/CocoaPods/Specs.git'
改为
# source 'https://github.com/CocoaPods/Specs.git'
删掉或者注释都可以
这篇关于cocoapods pod install报错ERROR: Error installing cocoapods: ERROR: Failed to build gem native extensi的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!