fastlane-plugin-appicon icon indicating copy to clipboard operation
fastlane-plugin-appicon copied to clipboard

Icons generated with Alpha channel

Open stevemoser opened this issue 6 years ago • 5 comments

The plugin should either show a warning, an error, or force the output of PNGs without the alpha channel to avoid:

iTunes Store Operation Failed

Error ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'YourApp.app' can't be transparent nor contain an alpha channel."

stevemoser avatar Apr 25 '18 14:04 stevemoser

I tried remove_alpha option. It seems to be broken. I am getting gm mogrify: Unrecognized option (-alpha). in my option, it should use gm convert -flatten according to https://github.com/KrauseFx/fastlane-plugin-appicon/issues/24

yifan avatar May 04 '18 15:05 yifan

Can confirm, seems to be broken.

mohemian-92817281 avatar May 22 '18 12:05 mohemian-92817281

Still broken in v0.13.0 🙁

werediver avatar Aug 20 '18 16:08 werediver

The same for 0.15.0

orkenstein avatar Jul 09 '20 11:07 orkenstein

I got this to but figured out I had a completely wrong version of ImageMagick - ensure that you have latest version: https://imagemagick.org/script/download.php

mortenholmgaard avatar Sep 04 '20 19:09 mortenholmgaard