简体   繁体   English

有关SDK版本问题(xcode 10.1)的操作警告

[英]Operation Warning about SDK Version Issue (xcode 10.1)

upload my xcode to 10.1 when i get the warning 收到警告后将我的xcode上传到10.1

WARNING ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.0 SDK. Starting March 2019 警告ITMS-90725:“ SDK版本问题。此应用是使用iOS 12.0 SDK构建的。从2019年3月开始

and set up deployment target as follows 并设置部署目标如下
build setting → General → Development Target「12.1」

but i still get such as the following when i distribute my App 但是当我分发我的应用程序时,我仍然得到如下信息

App Store Connect Operation Warning 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." App Store连接操作警告警告ITMS-90725:“ SDK版本问题。此应用是使用iOS 12.0 SDK构建的。从2019年3月开始,提交给App Store的所有iOS应用必须使用iOS 12.1 SDK或更高版本构建。 Xcode 10.1或更高版本。”

App Store Connect Operation Warning WARNING ITMS-90747: "Architecture incompatible with MinimumOSVersion. The app bundle at '[Aplication Name].app' specifies a MinimumOSVersion of '12.1' but contains a 32-bit architecture that is unsupported on iOS 12 and later." App Store连接操作警告警告ITMS-90747:“体系结构与MinimumOSVersion不兼容。位于[[Aplication Name] .app”的应用程序捆绑包指定的MinimumOSVersion为“ 12.1”,但包含iOS 12及更高版本不支持的32位体系结构”。

App Store Connect Operation Warning WARNING ITMS-90747: "Architecture incompatible with MinimumOSVersion. The app bundle at '[Aplication Name].app/PlugIns/[Aplication Name] StickerPackExtension.appex' specifies a MinimumOSVersion of '12.1' but contains a 32-bit architecture that is unsupported on iOS 12 and later." App Store连接操作警告警告ITMS-90747:“体系结构与MinimumOSVersion不兼容。位于[[复制名称] .app / PlugIns / [复制名称] StickerPackExtension.appex”的应用程序捆绑包指定的MinimumOSVersion为“ 12.1”,但包含32- iOS 12及更高版本不支持的位架构。”

Do i need worry about the warning thank you very much. 我是否需要担心警告,非常感谢。

When you are setting deployment target it means that the app will be installed on the device which has the at least the deployment target version. 设置部署目标时,这意味着该应用程序将安装在至少具有部署目标版本的设备上。

For eg. 例如。

As you set General → Development Target → 12.1 . 设置General → Development Target → 12.1 The app will not be installed on the devices runs lower iOS version than 12.1 该应用程序将不会安装在运行低于12.1的iOS版本的设备上

Point 1 点1

WARNING ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.0 SDK. Starting March 2019 警告ITMS-90725:“ SDK版本问题。此应用是使用iOS 12.0 SDK构建的。从2019年3月开始

This warning is nothing to worry about, if you succeed to submit your app to App Store. 如果您成功将应用提交到App Store,则无需担心此警告。 it is just a reminder from Apple. 这只是Apple的提醒。

Point 2 点2

App Store Connect Operation Warning WARNING ITMS-90747: "Architecture incompatible with MinimumOSVersion. The app bundle at '[Aplication Name].app' specifies a MinimumOSVersion of '12.1' but contains a 32-bit architecture that is unsupported on iOS 12 and later." App Store连接操作警告警告ITMS-90747:“体系结构与MinimumOSVersion不兼容。位于[[Aplication Name] .app”的应用程序捆绑包指定的MinimumOSVersion为“ 12.1”,但包含iOS 12及更高版本不支持的32位体系结构”。

You also need to make from 32-bit architecture to 64-bit architecture bcoz 2-bit architecture that is unsupported on iOS 12 and later 您还需要从32位架构变为64位架构bcoz 2位架构,iOS 12及更高版本不支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM