Imran Ali
Imran Ali

Reputation: 454

Missing recommended icon file - iOS App / PhoneGap Build

Following error started prompting in front of me when I tried to submit my phonegap built iOS App (.ipa) to the App Store using xCode.

  1. Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format.

  2. Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.

  3. Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.

Now the problem is that the these icons are present in my source directory and are configured properly. But still i'm getting this error again and again. Any kind of help would be much appreciated.

Upvotes: 1

Views: 453

Answers (2)

Imran Ali
Imran Ali

Reputation: 454

I have managed to figure it out by myself. I have used an online icon generator tool. Later on I came to know that the images have the correct names but the sizes were different. I just re-sized the images and it worked perfectly.

Cheers!

Upvotes: 1

Subjective Effect
Subjective Effect

Reputation: 1465

What framework are you using? If you're using Ionic I recommend using the Resources generator for icons and splash screens: http://ionicframework.com/docs/cli/icon-splashscreen.html

If not - just redo everything again. It's the equivalent of turning the computer on and off. Failing that the Phonegap Build help forums have some solutions/suggestions.

Upvotes: 1

Related Questions