美文网首页
pod init 失败

pod init 失败

作者: AnnieAri | 来源:发表于2016-11-16 15:56 被阅读0次

百度搜索很好有相关的答案,stackover 上几乎也很少相关的
应该就是这种错误很少有人出现 既然自己出现了 记录一下

pod init 之后 出现以下输出

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=uninitialized+constant+Nanaimo%3A%3AReader%3A%3AStringScanner&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

最后在https://github.com/CocoaPods/CocoaPods/issues/6168找到答案
Run gem install xcodeproj:1.4.1
, that should fix things for you

相关文章

  • pod init 失败

    报错信息 报错的大概意思是,CocoaPods版本与xcode版本不一样。百度了一下解决方法。 更新下 Cocoa...

  • pod init失败

    用xcode9.3新建的项目 pod init居然报错 pod init 之后 出现以下输出 我搜索有半天 错误应...

  • pod init 失败

    百度搜索很好有相关的答案,stackover 上几乎也很少相关的应该就是这种错误很少有人出现 既然自己出现了 记...

  • 无法使用cocoapods解决方式

    初始化pod文件失败 $ pod init -bash: /usr/local/bin/pod: /System/...

  • 解决CocoaPods报错:Gem::GemNotFoundEx

    一、错误描述 执行pod init、pod install失败,报错信息见下图: 二、解决步骤 1、失败的尝试 2...

  • Cocoapods之:使用

    $ pod -version $ pod init $ pod setup $ pod repo list $ p...

  • pod init

    pod init 建立podfile pod install 安装第三方库 pod repo update 更新第...

  • 记一次:pod init失败

    失败报错: 原因分析:Xcode 升级后,版本跟cocoapods版本不匹配; 解决办法:1、升级cocoapod...

  • Pod本地化组件

    1,创建新工程PodInit,初始化pod: pod init 增加文件 -> pod install 生成pod...

  • cocoapods 的技巧

    创建podfile 用pod init 忘了用pod help查 生成 .xcworkspace 用pod...

网友评论

      本文标题:pod init 失败

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