Appium 配置 WDA 时,在运行 xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=真机的 udid' test,报错,提示无法连接

最初的光辉 · 2018年10月29日 · 最后由 最初的光辉 回复于 2018年10月31日 · 1544 次阅读

Testing failed:
Unable to connect to test manager on e43db541d04957ffba9c3e516c52ba6f856ad57f If you believe this error represents a bug, please attach the log file at /var/folders/dt/hn64c9d116ncbyx955jn4tyw0000gn/T/com.apple.dt.XCTest/IDETestRunSession-4CBBAE46-FF69-455D-B2E3-538DB8D4319E/WebDriverAgentRunner-20A86DE2-D3B5-421B-9DBE-C982AE8EDC9B/Session-WebDriverAgentRunner-2018-10-29_144800-ACgxff.log
** TEST FAILED **

命令行运行 xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=真机的 udid' test,出现如上报错。

xcode 上 运行 WebDriverAgent 能够成功,但是点击 product--test 时,提示 test failed。

看着像是连接不上设备,但是 xcode 能够识别手机,平时 run 包也没问题。百度了半天也没找到相应的答案,实在没办法,来求助大神了。

顺便说下,我的 id 是通过 idevice_id --list 拿到的。

共收到 1 条回复 时间 点赞

重启一下,第二天就好了,不晓得为啥

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册