16

I am getting ERROR ITMS-90497, Invalid Image Asset -Top Shelf Image - must be opaque, when using this image:

yellow image

I'm testing with this image to get it working and trying to upload a tvOS application to TestFlight.

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
Charles Truluck
  • 961
  • 1
  • 7
  • 28

1 Answers1

33

The PNG image you're using contains Alpha Channels. Open the image with Preview and go to File > Export > Uncheck Alpha > Save. This will save the image without Alpha Channels.

Uncheck Alpha

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
  • This worked for me, though certain layers from the same .psd didn't need this treatment. After a bit of trial for each layer it all worked. – Fluffhead Jan 02 '16 at 18:58
  • Only the background image should not have alpha. That's why other layers may contain alpha. – Gerrit Post Sep 02 '16 at 09:47