ZhongYu
ZhongYu
When multiple devices need to specify different multiple ports, please make sure that the bootstrap-port port or the systemPort port is the same or is occupied!
``` appium -p 4723 -bp 4724 appium -p 4725 -bp 4726 ```
> 请教一下Windows上怎么执行iproxy -u u1 8100 9100呢?需要安装什么? 用libimobiledeviceWindows版本的,里面包含iproxy https://github.com/libimobiledevice-win32/imobiledevice-net/releases
wdaproxy不稳定,建议使用iproxy,Windows下载[libimobiledevice-win32](https://github.com/libimobiledevice-win32/imobiledevice-net/releases/)
那你干嘛不直接写xctest的测试类,然后在用idb执行
> 可以支持指定-only-testing这样的参数吗~ 可以试一下`-e `参数传递, 参考我用[Fastbot_iOS](https://github.com/bytedance/Fastbot_iOS/issues/1)执行的例子
刚试了一下,用命令行执行几秒钟就没了 ```bash memory {'pid': 34441, 'timestamp': 1620732919227, 'value': 206.55020904541016} fps {'fps': 57, 'value': 57, 'timestamp': 1620732919287} network {'timestamp': 1620732919670, 'downFlow': 0.0234375, 'upFlow': 0.2265625} Traceback (most recent call last): File "/usr/local/bin/tidevice",...
重启手机和重新安装wda试一下
使用以下配置可以解决 ```json { "automationName": "XCUITest", "platformName": "iOS", "platformVersion": "", "deviceName": "iPhone 12 Pro", "bundleId": "", "udid": "", "newCommandTimeout": "3600", "skipLogCapture": "true", "webDriverAgentUrl": "http://localhost:8100", "usePrebuiltWDA": "true", "useXctestrunFile": "false" } ```