Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

icon dimensions don't meet the size requirements (0x0)

icon dimensions don't meet the size requirements (0x0)

I got this error when submitting an app to appstore today. I tracked it down to the fact that the icons are getting "png-crushed", many people have solved this by disabling compressPNG's in the application build settings, however png-crush does a lot more than just compress, it also optimise's (which I want to keep!)

So I found that my icons were in a subfolder (not called resources) and not in the root.

Simply moving them to the root and updating the project with the new path(s) solved the problem without having to turn off png compressing for everything!

like image 786
Lee Higgins Avatar asked Feb 15 '12 11:02

Lee Higgins


2 Answers

Edit Project Settings -> Build -> uncheck Compress PNG Files,and everything be OK.

like image 148
Coolercat Avatar answered Nov 01 '22 09:11

Coolercat


May be this would be helpful.

like image 39
heximal Avatar answered Nov 01 '22 10:11

heximal