dwmkerr / app-icon

Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. Inspired by cordova-icon.
MIT License
564 stars 56 forks source link

Wrongly generated icons #57

Open brunovianarezende opened 6 years ago

brunovianarezende commented 6 years ago

The icons iphone-60x60-2x.png and ipad-76x76-2x.png are generated incorrectly, they are equal to the icon iphone-60x60-1x.png and ipad-76x76-1x.png, respectively. This causes, for example, the error message:

"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."

dwmkerr commented 6 years ago

Thanks for the heads up @brunovianarezende - do you get the error when you build or when you open xcode? Can you share the steps so I can make sure it is fixed properly? Cheers!

brunovianarezende commented 6 years ago

Hi Dave, I got the error when I submitted to iTunes. It also appears as a warning in Xcode. At Ubuntu, If you see the image properties you'll see the image sizes too.

I'm travelling now, but I hope I'll get some time late next week to find a way to programatically get the sizes and test It.

Em 10 de fev de 2018 11:31 AM, "Dave Kerr" notifications@github.com escreveu:

Thanks for the heads up @brunovianarezende https://github.com/brunovianarezende - do you get the error when you build or when you open xcode? Can you share the steps so I can make sure it is fixed properly? Cheers!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dwmkerr/app-icon/issues/57#issuecomment-364654180, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdwcSFuZXw7qk-DwfPiZ8DLe9TZhEW7ks5tTZowgaJpZM4R7wsN .

dwmkerr commented 6 years ago

Thanks @brunovianarezende, I'll take a look in the meantime as well!