使用错误itms-90032将cordova基础版本上传到appstore使用xts 7,在“CFBundleIconFile”键下找不到图像:'icon.png'

时间:2023-01-12 17:36:44

使用错误itms-90032将cordova基础版本上传到appstore使用xts 7,在“CFBundleIconFile”键下找不到图像:'icon.png'

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:

当我通过Xcode 7将我的appache cordova基本应用程序的新版本上传到iTunesConnect时,我收到以下错误消息:

Error itms-90032:"invalid image path- no image found at the path referenced under key 'CFBundleIconFile': 'icon.png'"

错误itms-90032:“无效的图像路径 - 在键'CFBundleIconFile'下引用的路径中找不到图像:'icon.png'”

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.

我通过选择(使用资产目录)将所有图标放入Images.xcassets,但是当我将我的应用程序提交到app-store时,我得到了上述错误。

1 个解决方案

#1


19  

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

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

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

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

#1


19  

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

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

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

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