Cannot get passed the Validation stage of submitting app with iPhone 5 support

喜夏-厌秋 提交于 2019-12-03 12:44:44

You can not build armv6 binaries using Xcode 4.5, the support for armv6 has been dropped by Apple.

It seems your errors are pretty much compounded after it reaches the first error so if you fix it so it builds for armv7 and armv7s then it should fix the rest of the errors (since it'll generate a valid binary if the script is fine with everything else and be able to be analysed)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!