“Your binary is not optimized for iPhone 5” after I upload an app with xcode 6.0.1

后端 未结 8 1815
无人及你
无人及你 2020-12-01 08:07

I am getting this email after upload my binary with Xcode Version 6.0.1 (6A317)

Your binary is not optimized for iPhone 5 - - New iPhone apps and app

8条回答
  •  Happy的楠姐
    2020-12-01 08:48

    In my case, I was updating an older app. It turned out I was missing an icon file named: launchiPhone5-568h@2x.png with dimensions 320x568. I found this by looking through the warnings. I created the file, added it to my project with the other icon files and it worked fine.

    Hope that helps someone :-)

提交回复
热议问题