Xcode Itms-90096 Application Receive Error

I get the following error when I archive my application in xcode and try to send to the application store:

enter image description here

From what I read on other forums to solve this problem, I need to create a new startup image with a size of 320x568 and add it to my startup image file. My question is, how do I create a new placeholder in my startup image file if each placeholder is full?

enter image description here

As you can see, I'm not sure how to create a new placeholder in my startup image folder to add a new 320x568 image. Can someone please advise, thanks!

+5
source share
1 answer

Yes, it worked for me. I created an image (basically, only an application icon) with dimensions of 320 (width) × 568 (height) and saved it on my desktop as a PNG file. Then I dragged it and ran it on top of the 2-point LaunchImage in Xcode (see screenshot). screenshot I also created a 640 x 1136 image saved as a PNG and dragged it on top of the Retina 4 placeholder LaunchImage. This got rid of the error, and I was able to successfully download the application in the App Store.

0
source

All Articles