1
votes

I'm trying to validate my app on Organizer/Archive, but I'm getting this error:

"Missing required icon file. The bundle does not contain an app icon for iPhone / Ipod Touch of exactly '57x57' pixels, in .png format for IOS versions < 7.0." At File Inspector -> App Icon I'm checking Iphone: iOS 7.0 and Later Sizes and iOS 6.1 and Prior Sizes.

So appears 6 places to fill with some icon image: 1 - iPhone Spotlight - iOS 5,6 Settings - iOS 5-7 29pt I used icons: 29x29 and 58x58 (29x29@2x) 2- iPhone SpotLight iOS 7 40pt icon: 80x80 (40x40@2x) 3- iPhone App iOS 5,6 57pt icons: 57x57 and 114x114 (57x57@2x) 4 - iPhone app iOS 7 60pt icons: 120x120 (60x60@2x)

But even with image 57x57, I still getting the error. There is something else that I have to do?

3

3 Answers

9
votes

The developer guide shows all the icon you could use with image Asset

enter image description here

Further info here https://developer.apple.com/LIBRARY/IOS/qa/qa1686/_index.html

1
votes

I had the same question as you. I think you can do as follows:

First, your app may supoort iOS 6.X ,so you must have a 57x57 icon; if your app changed to just support iOS 7, it will be OK

Second, you can do this if you want iOS 6.X for your app: Do not use Asset Catalog, because it's just for iOS 7.X. Use the iOS 6.X method in App setting - app icons.

0
votes

For me, it was simply that I had to rename the file from Icon-57.png to Icon.png.