OStack程序员社区-中国程序员成长平台

标题: 上传到 App Store 时 iOS 缺少所需的图标文件 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 17:42
标题: 上传到 App Store 时 iOS 缺少所需的图标文件

我使用 Ionic 构建了一个 iOS 应用程序和 Cordova ,然后最终使用了PhoneGap Build打包应用程序。但是,当我尝试将应用上传到 App Store 时,出现以下错误:

enter image description here

首先我不明白第一个错误是什么意思,有一个 icon.png 文件。此外,其他图像也包含在包中。这是我定义图标的 config.xml 文件:

<platform name="ios">
    <icon src="resources\ios\icon\icon.png" width="57" height="57"/>
    <icon src="resources\ios\icon\[email protected]" width="114" height="114"/>
    <icon src="resources\ios\icon\icon-40.png" width="40" height="40"/>
    <icon src="resources\ios\icon\[email protected]" width="80" height="80"/>
    <icon src="resources\ios\icon\icon-50.png" width="50" height="50"/>
    <icon src="resources\ios\icon\[email protected]" width="100" height="100"/>
    <icon src="resources\ios\icon\icon-57.png" width="57" height="57"/>
    <icon src="resources\ios\icon\icon-60.png" width="60" height="60"/>
    <icon src="resources\ios\icon\[email protected]" width="120" height="120"/>
    <icon src="resources\ios\icon\[email protected]" width="180" height="180"/>
    <icon src="resources\ios\icon\icon-72.png" width="72" height="72"/>
    <icon src="resources\ios\icon\[email protected]" width="144" height="144"/>
    <icon src="resources\ios\icon\icon-76.png" width="76" height="76"/>
    <icon src="resources\ios\icon\[email protected]" width="152" height="152"/>
    <icon src="resources\ios\icon\icon-120.png" width="120" height="120"/>
    <icon src="resources\ios\icon\icon-152.png" width="152" height="152"/>
    <icon src="resources\ios\icon\icon-small.png" width="29" height="29"/>
    <icon src="resources\ios\icon\[email protected]" width="58" height="58"/>
    <icon src="resources\ios\icon\[email protected]" width="87" height="87"/>
  </platform>
  <icon src="resources\ios\icon\[email protected]"/>

任何指针?



Best Answer-推荐答案


我遇到了类似的问题,并通过这样做解决了它:

  1. 转到我的 ionic 项目的主文件夹
  2. 运行“ ionic 资源”
  3. 运行“ionic build ios --release”
  4. 在 XCode 上:存档
  5. 来自主办方:上传到应用商店

关于上传到 App Store 时 iOS 缺少所需的图标文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34290802/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4