gpt4 book ai didi

swift - App Store 提交显示 Xcode 11 中的应用程序图标问题

转载 作者:行者123 更新时间:2023-12-04 07:50:45 24 4
gpt4 key购买 nike

我最近无法将应用程序提交到 Appstore 并显示 3 个错误,问题是我将所有应用程序图标都放置在 Xcode 中,正如您在我的屏幕截图中看到的那样,但是出现了此错误。我已经尝试了很多小时来解决这个问题。任何人都知道出了什么问题以及如何解决?如您所见,我已将所有图标包含在我的 Assets 文件夹中。我什至检查了尺寸,甚至删除了 Assets 文件夹并创建了新的 .但是错误还是来了。如何解决这些问题?

Missing App Store Icon. iOS Apps must include a 1024x1024px App StoreIcon in PNG format. Without providing the icon in the Asset Catalog orvia iTunes Connect, apps cannot be submitted for App Review or BetaApp Review

Missing Info.plist value - A value for the Info.plist key'CFBundleIconName' is missing in the bundle 'com.abcd.iphone'. Appsbuilt with iOS 11 or later SDK must supply app icons in an assetcatalog and must also provide a value for this Info.plist key. Formore information seehttp://help.apple.com/xcode/mac/current/#/dev10510b1f7



XCODE Assets 文件夹
enter image description here
添加了 info.plist 截图:
enter image description here

最佳答案

确保您的 Assets 目录实际上是应用程序目标的一部分。
确保您的build设置指向 AppIcon 图像集。
enter image description here
并确保您没有包含多个 AppIcon 图像集的多个 Assets 目录,因为构建系统将不知道该使用哪一个。
您应该能够在 Finder 中打开构建的应用程序包并看到 CFBundleIcon 条目:

<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon60x60</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
</dict>
</dict>

关于swift - App Store 提交显示 Xcode 11 中的应用程序图标问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66996631/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com