ios - 错误 : unable to spawn process (Argument list too long) Xcode 10. 1

标签 ios swift xcode firebase cocoapods

Error Log: PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/../Script-A..B8.sh (in target: C..r) cd /Projects/... /bin/sh -c /Users/../Script-A..B8.sh error: unable to spawn process (Argument list too long)**

我在从 Xcode (10.1) 创建存档时遇到此错误。我的构建成功了。我在安装下面提到的 pod 后遇到了这个错误,

pod 'Firebase/Analytics'

pod 'Firebase/消息'

我的 Xcode 项目是一个使用 xconfig 文件管理的多目标和多配置项目。

我一次又一次地尝试分解、安装、更新 pod,但没有成功。

最佳答案

为工作区设置启用旧系统 enter image description here

关于ios - 错误 : unable to spawn process (Argument list too long) Xcode 10. 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56275373/

相关文章:

objective-c - 在 UICollectionViewCell 上设置 .reuseIdentifier

swift - 从 UITableViewCell 内的 tableView 中删除单元格

mysql - 通过 IOS 应用程序访问 MySql DB

ios - Mapbox 清除路线折线

ios - Mapkit Center the user Location annotation in another other views 坐标

ios - 带有自定义单元格的 UIlabel 不出现

ios - 自定义 header UIView 到所有 VC?

ios - Swift 中用于安全初始化 @IBInspectables 的单行代码

ios - 在设置应用中打开应用的通知设置

ios - 如何快速将本地 JSON 文件加载到 uitableview 中?