美文网首页
RuntimeError - [Xcodeproj] Unkno

RuntimeError - [Xcodeproj] Unkno

作者: rainbowboy | 来源:发表于2018-07-26 18:13 被阅读6次

在使用终端 pod install 时,提示错误如下

RuntimeError - [Xcodeproj] Unknown object version.

原因:这是因为你的 Xcode 版本和 CocoaPods 的版本不匹配,你需要更新你的 CocoaPods
解决方法:终端输入命令 $gem install cocoapods --pre

完成之后执行命令pod install即可

相关文章

网友评论

      本文标题:RuntimeError - [Xcodeproj] Unkno

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