Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90023: "Missing required icon file"

Hi i try to submit my app to iTunes connect but Application Loader displays the following errors:

ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."

ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."

ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro."

I really don't understand why i'm getting those error, all my images are in places, I use asset catalog and I never encountered the problem before.

AppIcons in my Asset Catalog

attributes inspector

If someone can help me,... thanks a lot

like image 666
Mansour Avatar asked Aug 28 '16 11:08

Mansour


1 Answers

Problem Solved!

You have to make sure your image assets are members of your target.

  • In the Navigator panel (left) select your image assets file e.g. "Images.xcassets"
  • In the Debug Area (big middle panel) select the catalog in question e.g. "AppIcon"
  • In the Utility panel (right panel) go down to "Target Membership" and make sure the checkmark is select for the desired target e.g. your app's name.

enter image description here

like image 194
Jacksonkr Avatar answered Nov 13 '22 04:11

Jacksonkr