【问题标题】:CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pods')CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler(在项目'Pods'的目标'Pageboy'中)
【发布时间】:2021-11-16 13:15:10
【问题描述】:

当我在 Xcode 13.0 中使用 swift 5.5 为 Simulator 15 构建我的 iOS 项目时,出现以下错误。 enter image description here

【问题讨论】:

  • 你是怎么解决这个问题的?
  • 我已经通过手动将每个 pod 的 ios 目标更改为更高级别来解决该问题,并且我正在使用 Adjust 并且必须解决在 Adjust.h 中替换 +(可为空 id)的问题获取实例; with + (nullable instancetype)getInstance;

标签: ios ios15 xcode13 swift5.5


【解决方案1】:

与你的依赖相关的问题:你必须等待这些依赖更新到 Swift 5.5,否则,你必须留在 Xcode 12。在我的例子中,我在开发过程中更新到 13。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-09-27
    • 2016-01-11
    • 2021-08-30
    • 1970-01-01
    • 1970-01-01
    • 2022-06-12
    • 2023-01-04
    • 1970-01-01
    相关资源
    最近更新 更多