I have an iOS 4.3 iPhone app built in Xcode4 that I'm submitting through the Application Loader app. I keep getting this error:
Icon specified in the Info.plist not found under the top level app wrapper: iTunesArtwork
I do have the following set:
- iTunesArtwork (JPEG with no extension) in root folder
- iTunesArtwork reference in Resources file
- 512x512 image size
- 'Item 0; under 'Icon Files' array in info.plist
Far as I can tell, the above is exactly as it should be for the iTunesArtwork. Any ideas which step I missed?