xcode pod install 安装失败,提示缺少文件

Posted Rupert

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode pod install 安装失败,提示缺少文件相关的知识,希望对你有一定的参考价值。

I had the same problem in Xcode 6.1.1. I did the following to solve it:

  1. Set the configuration file setting* "None" for the Pods related target.
  2. Close the .xcworkspace.
  3. run pod install again
  4. now open and build your .xcworkspace

*The configuration file setting is found by selecting the project (not the target) and then the Info tab.

以上是关于xcode pod install 安装失败,提示缺少文件的主要内容,如果未能解决你的问题,请参考以下文章

Xcode8 pod install 报错 “Generating Pods project Abort trap

Pod install 未在 Flutter 应用程序中安装 Pod

pod install 返回致命错误:SSL 证书问题?

在终端的 Podfile 上使用 Pod Install 命令时出错

梳理M1芯片Mac mini 执行 pod install 失败Ruby直接崩

如何从Xcode中的代码覆盖范围中排除Pod