- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在为来自 Jenkins 构建脚本的 iOS 应用程序运行 AppUITests。单元测试 (AppTests) 运行良好,但 AppUITests 由于以下问题而失败。我该如何解决这个问题?
09:19:53.506 XCTRunner[22911:77924] Failed to background test runner within 30.0s. 09:19:53.507 xcodebuild[22835:77541] -[IDETestOperationCoordinator testRunnerSession:initializationForUITestingDidFailWithError:] 09:19:53.507 XCTRunner[22911:77924] Calling completion. 09:19:53.507 xcodebuild[22835:77541] Test operation failure: Failed to background test runner. 09:19:53.507 xcodebuild[22835:77541] _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=13 "Failed to background test runner." UserInfo={NSLocalizedDescription=Failed to background test runner.} didCancel: 1
最佳答案
我在我们的应用程序中遇到了同样的问题。这是由启动时显示的权限警报引起的(在本例中为 APN,但它可能与任何其他警报相同)。
Error Domain=IDETestOperationsObserverErrorDomain Code=13 "Failed tobackground test runner.
在正常测试之前运行 UITest(只需更改 edit scheme
=> Test
=> Info
中的顺序)
注意事项:
XTest
的 addUIInterruptionMonitor
方法处理警报。否则,(正常)测试可能会以同样的方式失败(没有测试这种情况)。关于iOS UITests 失败 : IDETestOperationsObserverErrorDomain Code=13,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44361446/
我正在为来自 Jenkins 构建脚本的 iOS 应用程序运行 AppUITests。单元测试 (AppTests) 运行良好,但 AppUITests 由于以下问题而失败。我该如何解决这个问题? 0
我在 Travis CI 上构建我的 iOS 应用程序时遇到此错误。有人可以帮我吗? 配置:OSX 10.11.6、Xcode 8 beta 6、Swift 3。 最佳答案 我们在使用命令行构建(不是
我是一名优秀的程序员,十分优秀!