iOS-Tagent能正常运行,但使用airtestide连接iOS设备后黑屏,同时xcode中ios-Tagent运行的项目报错
报错如下: 2020-07-13 13:29:27.343419+0800 WebDriverAgentRunner-Runner[541:164981] Enqueue Failure: Failure getting list of active applications: (null) /Users/macbookpro/mydir/autotest/iOS-Tagent的副本3/WebDriverAgentRunner/UITestingUITests.m 37 1 2020-07-13 13:29:27.346073+0800 WebDriverAgentRunner-Runner[541:164981] Enqueue Failure: Failure fetching attributes for Device system-wide element: Error Domain=XCTDaemonErrorDomain Code=39 "Deprecated API. Call _XCT_fetchAttributes:forElement:reply: instead." UserInfo={NSLocalizedDescription=Deprecated API. Call _XCT_fetchAttributes:forElement:reply: instead.} /Users/macbookpro/mydir/autotest/iOS-Tagent的副本3/WebDriverAgentRunner/UITestingUITests.m 37 1 2020-07-13 13:29:27.346283+0800 WebDriverAgentRunner-Runner[541:164981]
airtestide连接设备后黑屏:

我也遇到了换了一个xcode版本就好了,但是stop或者start app杀不了应用进程
@jeniva 杀不了进程可以pip降级airtest包解决
pip uninstall airtest
pip install airtest=1.1.3