90032没有图像下的键

90032没有图像下的键

本文介绍了上传cordova基础构建到appstore usning xcode 7与错误itms-90032没有图像下的键'CFBundleIconFile':'icon.png'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我通过Xcode 7将我的appache cordova的基本应用程序上传到iTunesConnect时获取此错误消息:

When I upload a new build of my appache cordova's base application to the iTunesConnect via Xcode 7 I am getting this error message:

我通过选择(使用资产目录)到Images.xcassets中放所有图标,但是当我提交申请

I put all icons by selecting (use asset catalog) into Images.xcassets but when I submit my application to the app-store I get the above error.

推荐答案

您需要删除.plist文件中的图标文件引用

You need to remove the icon file reference in the .plist file

在xcode中转到项目导航器 - >资源 - > {projectname} -info.plist
选择图标文件并按 - 删除它。

In xcode go to the project navigator -> Resources -> {projectname}-info.plistSelect Icon file and press - to remove it.

这篇关于上传cordova基础构建到appstore usning xcode 7与错误itms-90032没有图像下的键'CFBundleIconFile':'icon.png'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 05:44