iOS-Tagent icon indicating copy to clipboard operation
iOS-Tagent copied to clipboard

iOS-Tagent能正常运行,但使用airtestide连接iOS设备后黑屏,同时xcode中ios-Tagent运行的项目报错

Open huangxq02 opened this issue 5 years ago • 2 comments

报错如下: 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连接设备后黑屏: 企业微信截图_c46b1f5d-a9bd-487f-b234-e0bb16994bd3

huangxq02 avatar Jul 14 '20 04:07 huangxq02

我也遇到了换了一个xcode版本就好了,但是stop或者start app杀不了应用进程

jeniva avatar Jul 21 '20 11:07 jeniva

@jeniva 杀不了进程可以pip降级airtest包解决

pip uninstall airtest
pip install airtest=1.1.3

wch93 avatar Jul 28 '20 09:07 wch93