AdHoc Installation fails on older iPad running iOS 5.1.1 - /usr/libexec/installd crashes

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 13:58:04

It is not possible to install one build that includes arm64 architecture on devices running iOS 5.x other than using the App Store.

So to install development or ad-hoc builds on a device with iOS 5.x or 4.x you need to make an extra build that does not include 64 bit architecture.

When submitting to the App Store, the build can contain all architectures, and Apple will modify the binary on their end so the problem won't occur in that case.

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