标签: ios apple-watch alpha xcode9 channel
iOS 11和Xcode 9.0在iTunes上上传手表应用时出现以下错误。
iTunes Store操作失败ERROR ITMS-90396:“图标无效 观看应用程序'MyApplication.app/Watch/myApp WatchKit App.app' 包含一个图标文件'Icon Image-AppIcon-watch-86x86@2x.png',带有 alpha通道。图标不应该有alpha通道。“
答案 0 :(得分:2)
我在Xcode 9.0.1中遇到过这个问题。试图在App商店上传App。所以我可以
Assets.xcassets - > WatchAppIcon
WatchIcon.appiconset AppIcon86x86@2x.png
答案 1 :(得分:0)
您只需在图像上放置白色背景即可。应用程序图标是,我认为本质上是透明的,因此iTunes不接受它。因此,请确保在应用程序图标上添加白色背景。
谢谢