17

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

Mansour
  • 515
  • 3
  • 7
  • 20

1 Answers1

5

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

Community
  • 1
  • 1
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284