3

I have been trying to upload my App to iTunes Connect so I can use it in testflight. I managed to do this earlier this year, but now I get the following errors:

ERROR ITMS-90022: Missing required icon file
ERROR ITMS-90023: Missing required icon file

As the error message say, I'm missing some icon files. I have tried to manually create the icons (before I've used Asset Catalog Creater), but I still get the errors. I than generated the icons again to see if it would solve some errors.

I have used this link to learn the probably something is wrong in my info.plist. I than used a QA page from Apple to manually add the icons with out the xcassets. Still with no luck.

I'm stuck at this point and was hoping someone here could help me solve this problem.

If you want to test it, my code is available on Github Tried the above on Xcode 7.0.1 and Xcode 7.1 Beta 3

Screenshots:

ITMS Errors

Info.plist

xcassets appicon

Community
  • 1
  • 1
Jules
  • 546
  • 2
  • 11
  • 36
  • You cannot upload build using beta versions of Xcode, so skip checking on Xcode 7.1. Can you make a screenshot of your assets folder -> appicon? Blur the icons if you want. – Nat Oct 18 '15 at 12:14
  • @vive, the errors is the same on xcode 7.0.1 and xcode 7.1 beta 3. For the assest folder i think you need the last link in my post ("xcassets appicon"), or do you mean this: http://imgur.com/Axr4aTr – Jules Oct 18 '15 at 12:16
  • I know, just wanted to save your time trying on Xcode 7.1, so I've mentioned it won't work anyway, so don't try. I've downloaded your repo, and at first you should delete the `Images.xcassets`, as you don't use it. I don't think you should use Info.plist to do it manually, as it's huge work. Delete this key and delete `AppIcon` from your `Assets.xcassets`, then add it once again (so the Xcode manage the keys). – Nat Oct 18 '15 at 12:23
  • @Vive, Just did that, than did a clean build and rebuild but still got the same errors. – Jules Oct 18 '15 at 12:46
  • @Vive I solved my problem, see my answer to learn how I did this – Jules Oct 18 '15 at 13:55

2 Answers2

2

I think it was asking icon for iPad Pro which is 83.5@2x (167x167). I added this icon in my asset catalog and error disappeared.

Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75
  • I recently faced this issue too. Which Xcode version do you use? Mine 7.1.1 doesn't support 83.5@2x (167x167) images (( – Mixaz Jul 23 '16 at 00:47
1

I was able to solve those errors by deleting the archive from the organizer view, than preforming a clean build and recreating the archive. At this time, i noticed that my app icon was also visible in de organizer view (it was the placeholder when you don't have an app icon before).

At this time, iTunesConnect says that my build is processing so it should be available soon.

Jules
  • 546
  • 2
  • 11
  • 36