“Your binary is not optimized for iPhone 5” (ITMS-90096) when submitting

前端 未结 17 2061
暗喜
暗喜 2020-12-01 03:24

this is my first ios app and when i try to submit it to the app store it gives me the ITMS-90096 error.

\"error

17条回答
  •  粉色の甜心
    2020-12-01 03:41

    I've encountered such problem in my project. 1. The problem was using LaunchScreen.Xib without removing the LaunchImages in Images.assets. After delete LaunchImages from Images.assets, uploading is successfully completed. 2. Please set Deployment Target into over 8.0 If you want to deploy 7.0 too, you have to add launchimages.

提交回复
热议问题