1

I've already configured all required icons in xcode6, unfortunately when to validate in Xcode6 then encounter following error

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

following question and answers showed that how to solve such kind of error but I have not found the point yet. Attach is my app icon and configuration.

enter image description here

PPShein
  • 13,309
  • 42
  • 142
  • 227

1 Answers1

0

By reading the error message, it looks like your image file is not exactly the required size for an icon. Have you checked it? Your image file must have the exact size requirement.

teach
  • 137
  • 11
  • All are required size including 120x120 in these images but got error whenever validation by Xcode. – PPShein Oct 13 '14 at 04:59