【发布时间】: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