VS AppCenter - XCUI - 无法分析 MachO 文件错误

VS AppCenter - XCUI - Getting Failed to analyze MachO file error

我正在为 UI 测试我的 iOS 应用程序创建一个 azure Devops 管道。

我已经构建了我的项目并将我的 ipa 提供给 Visual Studio AppCenter 测试管道,我遇到了错误,

Error: Failed to analyze MachO file: Unknown load command: 2147483700

我尝试从终端使用 appcenter-cli 手动 运行 我的代码,但仍然遇到相同的错误。我在 GitHub 中看到了这个 issue,但不确定如何在 devops 管道中执行此解决方法。

我是不是漏掉了什么?由于这个问题,没有人可以使用 AppCenter CLI 吗?

您必须使用 xcode 11 构建您的应用程序,然后才能运行。但这只是一种解决方法。希望他们能在不久的将来修复它。