Skip to main content
Inspiring
November 10, 2011
Question

Info.plist: Unable to verify icon demenstions, no icon found.

  • November 10, 2011
  • 4 replies
  • 2274 views

Here's a weird problem:

If I build the app for ad-hoc distribution, it runs fine on the iphone 4. I see the icons, everything is good.

Now I do a app-store-distirbution, and this error comes up :

Iphone/ Ipod Touch: info.plist: Unable to verify icon dimenstions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIcondFile or provide a default Icon.png that is 57x57

Ipad: info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIcondFile or provide a default Icon.png that is 72x72

If I open up the IPA file with Winzip, I can see all the icons in the correct directory.

I have tried this on a new empty FlashBuilder project where I changed nothing except the Application ID and the ICON files.

I have the app set to high-resolution, so there should be no need for a 57x57 icon.

I'm using the Windows version of FlashBuilder 4.5

What is up Adobe?

This topic has been closed for replies.

4 replies

Participant
November 23, 2011

Where I put the icon in the app ?

What dize for iphone 3gs 57x57 ?

Colin Holgate
Inspiring
November 23, 2011

Which program are you using to develop in? If it's Flash Pro then you go into the iOS settings and under Icons you choose the icons to use for each size that it lists. The one used for the iPhone icon is 57x57 in size. The one used by a Retina display is 114x114.

Colin Holgate
Inspiring
November 10, 2011

Although you have it in mind that users will be using iPhone 4, they might not be. The 57x57 icon is used by non Retina display devices, except iPad, which uses the 72x72 one.

NielzzAuthor
Inspiring
November 10, 2011

I've tried the same thing on Flash Builder 4.6 (pre release) and without the Icon error.