使用带有 iOS 9.3 SDK 问题的 Xcode7.3 上传 IPA [英] Upload IPA with Xcode7.3 with iOS 9.3 SDK issue

查看:18
本文介绍了使用带有 iOS 9.3 SDK 问题的 Xcode7.3 上传 IPA的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

该项目是在 Xcode 7.3 和 Swift 2.3 中制作的.在 AppStore 上上传构建时遇到以下问题.

The project is made in Xcode 7.3 with Swift 2.3. Getting the following issue while uploading build on AppStore.

错误 itms-90725:sdk 版本问题.此应用程序是使用 ios '9.3' sdk 构建的.提交到应用商店的所有新 ios 应用程序必须使用 ios '11.0' sdk 或更高版本构建,包含在 xcode 中[9.0] 或更高版本.请更新 xcode 并重建您的应用."

error itms-90725: "sdk version issue. this app was built with the ios '9.3' sdk. all new ios apps submitted to the app store must be built with the ios '11.0' sdk or later, included in xcode [9.0] or later. please update xcode and rebuild your app."

如何解决这个问题,任何人都可以提出建议.

How to resolve this issue, can anyone suggest.

推荐答案

该问题基于两部分发生.我在 Xcode8.3 上工作这是我所做的

The issue occurs based on two parts. I work on Xcode8.3 Here is what I did

  1. OS SDK 可以通过替换 Iphones10.2 文件夹中所需的 SKD(OS11 SDK)来修复.您只能粘贴 SKDsetting.plist

  1. OS SDK which can be fixed by replacing a required SKD(OS11 SDK)in Iphones10.2 folder. You can paste only SKDsetting.plist

AppIcon 问题,因为 Xcode 9 在 App 文件中需要 AppIcon1024x1024.就我而言,我使用了相同的 Assets 文件并将不同的 AppIcon 放在 Xcode8 和 9 之间作为未分配的图像.然后在 info.plist 上插入CFBundleIconName"作为字符串类型和 AppIcon附注.您可以直接在 Xcode 上配置 plist 文件.

AppIcon issue since Xcode 9 requires AppIcon1024x1024 in App file. In my case, I used the same Assets file and put the different AppIcon between Xcode8 and 9 as an unassigned image. Then insert "CFBundleIconName" as a string type and AppIcon on info.plist PS. you can config plist file directly on Xcode.

毕竟,验证应用程序并上传到 Apple.等待向世界发布应用程序.

After all, validate the app and upload to Apple. Wait for launching the App to the World.

它就像一个魅力!希望这会有所帮助.

It works like a charm! Hope this help.

这篇关于使用带有 iOS 9.3 SDK 问题的 Xcode7.3 上传 IPA的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆