ERROR ITMS-90023: "Missing required icon file"

Mansour picture Mansour · Aug 28, 2016 · Viewed 9.3k times · Source

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

Answer

Jacksonkr picture Jacksonkr · Aug 29, 2017

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