Submitting to the App Store Using Xcode

拟墨画扇 提交于 2019-11-29 17:25:32
<spoiler>
    just wait...
</spoiler>

It happend to me when I tried to avoid develop my app for iPhone4s because of clear understanding - this is the work for nothing. In next half a year of after one year this device goes out.

I tried to limited

armv7s for below

<key>UIRequiredDeviceCapabilities</key>
<array>
    <string>armv7</string>
</array>

and get

change limits everywhere

result is the same: need to add support for armv7 =(

Ok. Get everything back...

and:

The problem is armv7 is a minimum that required for 8.4 and 8.0 as well. So you can not avoiding it. Enjoy.

Not sure why but by removing the array, UIRequiredDeviceCapabilities, the issue was resolved. Not sure why that array was added to my Info.plist but problem solved :)

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