【发布时间】:2017-10-11 14:25:13
【问题描述】:
自从升级到 xcode 9.0 后,我无法再将我的 xamarin 应用程序提交到 iTunes Connect。我收到此错误:
ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."
这表明我没有 60@x2x 或 40@3x 的应用程序图标,我绝对可以在我的资产目录中看到我两者都有!我尝试在 xamarin studio 和 xcode 中创建资产目录,但似乎都不起作用。我的 info.plist 肯定也为应用程序图标选择了资产目录。我可以看到有些人需要更新 pod 来解决 xcode 9 中的问题,但作为一个 xamarin 应用程序,这对我来说并不是什么好事。任何帮助表示赞赏。
【问题讨论】:
标签: ios xamarin.ios xcode9