0
votes

on submitting the app to the app store I get the following issue. But the size of the icon in the folder is showing 57x57 dimension.

iPhone/iPad Touch: icon.png: icon dimensions (0x0) don’t meet the size requirements. The icon file must be 57x57 pixels, in .png format

I am using xcode 3.2.5 for the project

1
Please check this answer stackoverflow.com/a/9421680/662096 - iNeal
As of May 1 you can't submit apps that are not build with the iOS6 SDK, since you are using Xcode 3.* you can not be using iOS 6 SDK and even if you are able to fix your issue your app will be rejected for not supporting the 4" iOS device, which require you to use iOS 6 SDK. - rckoenes
Holly Molly dude, you are still using xcode 3.2. And they actually reviewed your app? Lucky you - Adrian P
so what should I do ? is the issue which I am facing is for the same reason? - abhishek keshari
@abhishekkeshari are you still having any issues with icons in your Xcode projects? - Jake3231

1 Answers

0
votes