tags:

views:

95

answers:

1

I have a 72X72 png picture called Icon.png in the Resources folder. It shows up nicely when I run the app on the Iphone Simulator but not when I run it on the iPad. The Icon is assigned in the -info.plist. I tried Run and Clean, Run and Clean ALL. i get the following error:

Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007) iPad: Info.plist: Unable to verify icon dimensions, no icon found.  You must define CFBundleIconFile, CFBundleIconFiles, or provide a default Icon.png that is 72x72 (-19013)
A: 

This brought the solution to me: http://bit.ly/9qFBno

Pieter