1
votes

iOS 11 and Xcode 9.0 I have get following error when upload watch app on iTunes.

iTunes Store Operation Failed ERROR ITMS-90396: "Invalid Icon. The watch application 'MyApplication.app/Watch/myApp WatchKit App.app' contains an icon file 'Icon [email protected]' with an alpha channel. Icons should not have an alpha channel."

enter image description here

2
and you dont know how to remove alpha from image?Lu_
yes i did not know how to solve this error.BuLB JoBs
remove alpha from your imageLu_
How can i remove alpha on image?BuLB JoBs

2 Answers

3
votes

I have encountered this issues with Xcode 9.0.1. trying to upload App on the App store. So I can

Assets.xcassets -> WatchAppIcon

  • Open your WatchIcon.appiconset [email protected] in Preview
  • Export it unchecking alpha channel from it
  • Now upload watch app on iTunes store

enter image description here

enter image description here

0
votes

You just need to put a white background on the image. The app icon is, I guess transparent in nature, so iTunes does not accept it. So please make sure by putting a white background on the app icon.

Thanks