codeskyblue

Results 733 comments of codeskyblue

看起来是的,wda你看看给他发了哪个命令导致死掉的

举个例子,比如你有两台手机,udid分别是 u1, u2 先启动 `tidevice -u u1 xctest` 然后再启动 `tidevice -u u2 xctest` 8100端口是在手机上监听的,所以不会冲突。 连接的时候需要用iproxy将手机内的8100映射到pc上 `iproxy -u u1 8100 9100` 通过9100端口连接到u1 `iproxy -u u2 8100 9200` 通过9200端口连接到u2

usbmuxd是不是故障了,重启一下试试 sudo service usbmux restart

https://github.com/danielpaulus/go-ios this tools, can add profile to phone this way might be possible to set wifi.

我给你断句一下看看 ``` Class CvAbstractCamera is implemented in both /private/var/containers/Bundle/Application/CFCD03EC-255C-4113-97CD-CC506D9D4AC9/WDAMonitorUITests-Runner.app/PlugIns/WDAMonitorUITests.xctest/Frameworks/WebDriverAgentLib.framework/WebDriverAgentLib (0x107a3ea08) and /var/containers/Bundle/Application/CFCD03EC-255C-4113-97CD-CC506D9D4AC9/WDAMonitorUITests-Runner.app/PlugIns/WDAMonitorUITests.xctest/WDAMonitorUITests (0x106ff7f30). One of the two will be used. Which one is undefined ```

我也不太能看出来,要不你手机重启后,换个电脑试试

这是因为WDA服务挂了,跟wdaproxy不稳定没太大关系。