雷系泡泡

Results 87 comments of 雷系泡泡

> 试了也没效果,我的天呐。。。 离谱。。要不临时给你取消加群密码? 你下次回复这条 issue 的时候临时改为 “回答问题+管理员审批”,如何?

![image](https://user-images.githubusercontent.com/42672996/126026144-4fd5e321-ea17-4081-b0fd-de548cb053db.png) 离谱。。。

https://github.com/alibaba/taobao-iphone-device/issues/34#issuecomment-788726081

https://github.com/appium/WebDriverAgent/issues/469#issuecomment-785745645

1. `图1` 使用 `wdaproxy` 命令, 并使用 `--port 8100` 意味着, 你将通过 `PC` 的 `8100` 端口转发到 `WDA` 所以, 你的 `图2` - 主机:`127.0.0.1` 或 `localhost` - 端口:`8100` 2. `图3` 报错信息是 [appium-ios-device](https://github.com/appium/appium-ios-device) 的判断逻辑 ```js...

这个报错就很怪了, 你的 `Windows` 是如何跳过这个判断的... > 我不太熟悉 `Node.js` ``` else if (process.platform === 'win32' ```

那就是 [appium-xcode](https://github.com/appium/appium-xcode) 做的事情了 (这模块应该只考虑了 `macOS` 的情况) > https://github.com/appium/appium-xcode/blob/df580a74a0452444eb68b0c1e19d4d20678dc5d6/lib/xcode.js#L40-L85

如果 `appium` 的客户端可以选择跳过 `appium-xcode` 模块的相关检查, 应该就可以直接使用了 > 未经验证的猜测

@pencil1 你可以试试 `appium` 的这几个 [参数](https://github.com/appium/appium-xcuitest-driver#webdriveragent) - `appium:webDriverAgentUrl`: `http://localhost:8100` - `appium:usePrebuiltWDA`: `true` - `appium:useXctestrunFile`: `false` > 同时设置

@pencil1 再加一个参数 > - `appium:webDriverAgentUrl`: `http://localhost:8100` > - `appium:usePrebuiltWDA`: `true` > - `appium:useXctestrunFile`: `false` - `appium:skipLogCapture`: `true`