Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - ITMS errors (90022, 90023)

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

like image 885
Jules Avatar asked Dec 07 '25 22:12

Jules


1 Answers

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.

like image 197
Vaibhav Saran Avatar answered Dec 10 '25 12:12

Vaibhav Saran