使用Xcode7.3和iOS 9.3 SDK问题上载IPA [英] Upload IPA with Xcode7.3 with iOS 9.3 SDK issue

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

问题描述

该项目由带有Swift 2.3的Xcode 7.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文件,并将Xcode8和9之间的不同AppIcon放置为未分配的映像.然后将"CFBundleIconName"作为字符串类型并在info.plist上插入AppIcon PS .您可以直接在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.

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

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