Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iOS 6 上开发了一个应用程序。我可以使用分布式配置文件和证书登录它。该应用程序正在安装在除 iPhone 3G 之外的所有设备上。
当我在 iPhone 3G 上安装应用程序时,它卡住了安装消息。
嗨,约翰,这是因为 cpu 架构而发生的。我敢肯定你没有提到 iPhone 3g 的 cpu 架构。
转到您的构建设置>>在有效架构中添加带有现有架构的 Armv6。
清理并构建,制作一个新的 ipa。
享受!!!!!