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

后端 未结 8 1360
别那么骄傲
别那么骄傲 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'm using React Native, and got this problem after adding react-native-splash-screen plugin

    However, I got the solution after following the method via this link

    Your binary is not optimized for iPhone 5

    The problem has solved when I do this:

    1. I have removed laungh images' xcassets totally
    2. added the launch image set
    3. and added all launch images again
    4. created a new ipa again

    and this time its successfuly submitted.

提交回复
热议问题