Session XCTest断言失败:请求自动化会话失败

Session XCTest断言失败:请求自动化会话失败,session,automation,timeout,xctest,assertion,Session,Automation,Timeout,Xctest,Assertion,我试图在一个应用程序上使用以下命令运行XCUI测试用例 xcodebuild test-without-building -xctestrun $buildtestxctestrun_file -destination id=badded265a19dea8bxxxxxxxxxxxxx Xcode版本10.0 设备iPad Air OS 12.0.1 我已经附上了错误日志的截图 我可以使用相同的设备为不同的应用程序运行测试用例,它工作正常。 我在这个特定的应用程序中遇到这个错误。 伙计们,请

我试图在一个应用程序上使用以下命令运行XCUI测试用例

xcodebuild test-without-building -xctestrun $buildtestxctestrun_file -destination id=badded265a19dea8bxxxxxxxxxxxxx
Xcode版本10.0
设备iPad Air OS 12.0.1

我已经附上了错误日志的截图

我可以使用相同的设备为不同的应用程序运行测试用例,它工作正常。
我在这个特定的应用程序中遇到这个错误。

伙计们,请帮帮我。

我找到了错误的原因。 我用于自动化的IPA文件是分发IPA文件。所以它给了我一个错误。
我将ipa文件更改为developer ipa,它开始工作。

我有时会看到,但只有在并行运行测试用例时才会看到。你找到解决办法了吗?