gpt4 book ai didi

xcode - ITMS-90725 : SDK Version Issue

转载 作者:行者123 更新时间:2023-12-01 23:38:51 25 4
gpt4 key购买 nike

当我将构建上传到 testflight 时,我从 App Store connect 收到了这封邮件。

我想如果我将我的 Xcode 更新到 11,它就会得到解决。

任何人都可以澄清如何检查 SDK 版本以及如何更新它?

  ITMS-90725: SDK Version Issue - This app was built with the iOS 12.1 SDK. 
Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

最佳答案

你猜对了。您需要在上传 Testflight 构建的 Mac 上更新 Xcode 安装。

如果它是 CI 机器或某种云构建服务,例如 Bitrise ,您必须更新/选择较新的 Xcode 版本。如果您从本地 Mac 提交 Testflight 构建,请在本地更新 Xcode。

您可以查看维基百科,在哪个 Xcode 版本中引入了哪个 iOS SDK:
https://en.wikipedia.org/wiki/Xcode

快速总结:

Xcode version         iOS Base SDK included

8.0 10.0
8.1 10.1
8.2 10.2
8.3 10.3
8.3.3 10.3.1

9.0 11.0
9.1 11.1
9.2 11.2
9.3 11.3
9.4 11.4

10.0 12.0
10.1 12.1
10.2 12.2
10.3 12.4

11.0 13.0
11.1 13.1
11.2 13.2

每个 Xcode 版本都包含特定版本的 iOS Base SDK。您无法选择要使用的 Base SDK,只有该特定版本可用。

例如在 Xcode 11.1您只能使用 iOS 13.1开发工具包。 iOS 13.0iOS 13.2 SDK 不可用。

注:当您选择带有 Xcode 更新的最新 SDK 来访问新功能时,您仍然可以使用例如 iOS 10.0 Deployment Target在您的项目中以支持旧设备。

关于xcode - ITMS-90725 : SDK Version Issue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60502034/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com