【问题标题】:Xcode 12 update 'AFNetworking' Command PhaseScriptExecution failed with a nonzero exit codeXcode 12 更新“AFNetworking”命令 PhaseScriptExecution 失败,退出代码为非零
【发布时间】:2021-07-17 15:00:21
【问题描述】:

在我为 Xcode 12 更新了我的项目后,我收到了这个错误:

enter image description here

我不确定它是什么。这也是我的 podsfile:

enter image description here

【问题讨论】:

    标签: ios swift build updates xcode12


    【解决方案1】:

    在你的 Pod 文件中删除版本“1.3.0”。

    只写,

    pod 'AFNetworking'
    

    保存文件并再次为您的项目安装 pod。

    【讨论】:

      猜你喜欢
      • 2021-07-07
      • 2021-02-03
      • 2021-07-21
      • 2021-02-05
      • 2019-04-16
      • 2020-12-01
      • 1970-01-01
      • 2022-09-27
      • 2023-03-27
      相关资源
      最近更新 更多