在较旧的 iOS 设备上安装 IPA 时出错:无法为 64 位 Mach-O 输入文件找到匹配的拱门
Posted
技术标签:
【中文标题】在较旧的 iOS 设备上安装 IPA 时出错:无法为 64 位 Mach-O 输入文件找到匹配的拱门【英文标题】:Error when installing IPA on older iOS devices: Failed to find matching arch for 64-bit Mach-O input file 【发布时间】:2020-01-04 06:11:55 【问题描述】:在旧 ios 设备(iOS 9 / iOS 10)上安装 IPA 时出现这些错误
/private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.Iv52UU/extracted/Payload/IOSLauncher.app/IOSLauncher
我该如何解决这个问题?
【问题讨论】:
【参考方案1】:我遇到了同样的问题。我认为这是因为您在 32 位设备上安装了 64 位程序。
【讨论】:
以上是关于在较旧的 iOS 设备上安装 IPA 时出错:无法为 64 位 Mach-O 输入文件找到匹配的拱门的主要内容,如果未能解决你的问题,请参考以下文章
为啥在较新的 Android 设备上预检失败,但在较旧的设备和台式机上却没有?
如何在较旧的IOS /旧浏览器上使用Graphql Vue Apollo?
在 iOS 10 中创建本地通知的方法是啥。它在较旧的iOS版本中有效吗? [关闭]