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

后端 未结 8 1357
别那么骄傲
别那么骄傲 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:49

    If you refer to https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html it says that iPhone 6(plus) require launch XIB or storyboard file.

    And if you have a look here https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW2 it refers the image sizes and never explicitly says that iPhone 5 can handle a launch file (I know it also does not say that it doesn't). At least iPhone 4s looks like it does not, so I guess that iPhone 5 doesn't either and you have to add a static file.

提交回复
热议问题