Can't submit the app with storyboard launch images to the App Store: Your binary is not optimized for iPhone 5

后端 未结 8 1354
别那么骄傲
别那么骄傲 2020-12-14 16:24

I am trying to submit my first app to the App Store but when I try I am getting the following error:

ERROR ITMS-9000: \"Your binary is not optimized f

8条回答
  •  無奈伤痛
    2020-12-14 16:44

    I had this same error when trying to submit when I was NOT using a launch screen xib file. I had all the right image assets at the right dimensions but still no.

    I found this post where a chap had the same issue and ended up using a 568x320 file as indicated in the error. I tried the same but this didn't work for me.

    In the end, as my app is for iOS8 only, I used a xib file and the app submitted successfully.

提交回复
热议问题