ERROR ITMS-90023: "Missing required icon file"
Asked Answered
D

1

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

Disagreeable answered 28/8, 2016 at 11:1 Comment(8)
Can you please share what is selected in your attributes inspector for AppIcon? Please update screenshot.Masteratarms
follow instructions on this link #21173939Masteratarms
@AmodGokhale thanks i've updated my postDisagreeable
looks correct to me. Can you please try to clean build project and try again?Masteratarms
What Xcode version are you using?Grievance
I am getting same problem, any luck ?Derisible
@Mansour,@arslan haktic I am getting same problem. Any work around?Mymya
i am getting same statutions. Have you any solutions?Thornhill
B
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

Brockway answered 29/8, 2017 at 15:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.