【发布时间】:2019-05-07 03:21:55
【问题描述】:
我在通过最新版本的 Xcode(版本 10.1 (10B61))分发应用程序时遇到了一点问题。每次我尝试通过管理器将其上传到 App Store 时,上传后都会出现此错误:
WARNING ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.0 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later."
之前对这个问题的回答说这只是一个警告,我应该仍然可以上传我的应用程序,但现在是 3 月,即使在 10.1 上我仍然会收到错误消息。 iTunesConnect 不允许我选择这些构建,我会收到有关验证失败的电子邮件。
更多细节:
-The app is an iMessage extension, and uses exactly 1 framework from Carthage, which is up to date with the latest framework version and Carthage version.
-My project and Message extension targets Swift Language Version build setting is Swift 4.2.
-My deployment target is iOS 11.0, but the issue persists after selecting iOS 12.1.
-The app compiles and runs fine on my physical device running iOS 12.1.
-The issue persists after a build folder clean.
-The issue persists after reinstalling Xcode.
如果有人对我如何验证我的应用是否使用最新的 SDK 编译有任何建议,请告诉我。
【问题讨论】:
标签: swift xcode xcode10 carthage imessage-extension