缺少必需的图标文件deliveing iOS应用

问题描述:

Xamarin.Forms项目...缺少必需的图标文件deliveing iOS应用

我想上传(使用应用程序加载器)我IPA文件,应用程序商店,但我收到以下错误:

enter image description here

...但在我的资源文件夹相关的文件:

[email protected] - > 120×120

[email protected] - > 152x152

图标76.png - > 76x76

所以......我不明白问题在哪里,因为文件仍然存在,并且全部配置为BundleResource

谢谢你的帮助。

我可以修复它在Info.plist文件中添加此

<key>CFBundleIconFiles</key> 
    <array> 
    <string>[email protected]</string> 
    <string>Icon-76.png</string> 
    <string>[email protected]</string>  
    </array> 

尝试使用的XCode

但对于支持的iOS 6的Asset Catalog功能,您的解决方案是right