You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting iOS Tunnel Start, runwda fail
Below is the ios tunnel start log
C:\Users\Admin>ios tunnel start
{"level":"warning","msg":"go-ios agent is not running. You might need to start it with 'ios tunnel start' for ios17+. Use ENABLE_GO_IOS_AGENT=yes for experimental daemon mode.","time":"2025-01-01T02:24:30+08:00"}
{"level":"info","msg":"no udid specified using first device in list","time":"2025-01-01T02:24:30+08:00","udid":"00008120-0002591202E3C01E"}
{"level":"info","msg":"Tunnel server started","time":"2025-01-01T02:24:30+08:00"}
{"level":"info","msg":"start tunnel","time":"2025-01-01T02:24:31+08:00","udid":"00008120-0002591202E3C01E"}
{"level":"info","msg":"connect to lockdown tunnel endpoint on device","time":"2025-01-01T02:24:31+08:00"}
2025/01/01 02:24:31 Using existing driver 0.14
2025/01/01 02:24:31 Creating adapter
2025/01/01 02:24:32 Removed orphaned adapter "tun0 1"
{"level":"info","msg":"windows cmd","time":"2025-01-01T02:24:32+08:00"}
{"level":"info","msg":"C:\Windows\system32\netsh.exe interface ipv6 set address tun0 fd7e:4292:73ba::2/64","time":"2025-01-01T02:24:32+08:00"}
{"level":"info","msg":"batch size: 1 mtu:1280","time":"2025-01-01T02:24:32+08:00"}
runwda log
C:\Users\Admin>ios runwda --udid=00008120-0002591202E3C01E --bundleid=com.cqj.WebDriverAgentRunner123.xctrunner --testrunnerbundleid=com.cqj.WebDriverAgentRunner123.xctrunner --xctestconfig=WebDriverAgentRunner.xctest
{"bundleid":"com.cqj.WebDriverAgentRunner123.xctrunner","level":"info","msg":"Running wda","testbundleid":"com.cqj.WebDriverAgentRunner123.xctrunner","time":"2025-01-01T02:24:37+08:00","xctestconfig":"WebDriverAgentRunner.xctest"}
{"error":"runXUITestWithBundleIdsXcode15Ctx: cannot create a tunnel connection to testmanagerd: ConnectToServiceTunnelIface: failed to connect to tunnel: ConnectToHttp2WithAddr: failed to dial: dial tcp [fd7e:4292:73ba::1]:0: connectex: The requested address is not valid in its context.","level":"error","msg":"Failed running WDA","time":"2025-01-01T02:24:37+08:00"}
Does Go-iOS support WDA in iOS 18.2?
The text was updated successfully, but these errors were encountered:
environment:
win11
iPhone: 18.2
go-ios --version:v1.0.166
After starting iOS Tunnel Start, runwda fail
Below is the ios tunnel start log
C:\Users\Admin>ios tunnel start
{"level":"warning","msg":"go-ios agent is not running. You might need to start it with 'ios tunnel start' for ios17+. Use ENABLE_GO_IOS_AGENT=yes for experimental daemon mode.","time":"2025-01-01T02:24:30+08:00"}
{"level":"info","msg":"no udid specified using first device in list","time":"2025-01-01T02:24:30+08:00","udid":"00008120-0002591202E3C01E"}
{"level":"info","msg":"Tunnel server started","time":"2025-01-01T02:24:30+08:00"}
{"level":"info","msg":"start tunnel","time":"2025-01-01T02:24:31+08:00","udid":"00008120-0002591202E3C01E"}
{"level":"info","msg":"connect to lockdown tunnel endpoint on device","time":"2025-01-01T02:24:31+08:00"}
2025/01/01 02:24:31 Using existing driver 0.14
2025/01/01 02:24:31 Creating adapter
2025/01/01 02:24:32 Removed orphaned adapter "tun0 1"
{"level":"info","msg":"windows cmd","time":"2025-01-01T02:24:32+08:00"}
{"level":"info","msg":"C:\Windows\system32\netsh.exe interface ipv6 set address tun0 fd7e:4292:73ba::2/64","time":"2025-01-01T02:24:32+08:00"}
{"level":"info","msg":"batch size: 1 mtu:1280","time":"2025-01-01T02:24:32+08:00"}
runwda log
C:\Users\Admin>ios runwda --udid=00008120-0002591202E3C01E --bundleid=com.cqj.WebDriverAgentRunner123.xctrunner --testrunnerbundleid=com.cqj.WebDriverAgentRunner123.xctrunner --xctestconfig=WebDriverAgentRunner.xctest
{"bundleid":"com.cqj.WebDriverAgentRunner123.xctrunner","level":"info","msg":"Running wda","testbundleid":"com.cqj.WebDriverAgentRunner123.xctrunner","time":"2025-01-01T02:24:37+08:00","xctestconfig":"WebDriverAgentRunner.xctest"}
{"error":"runXUITestWithBundleIdsXcode15Ctx: cannot create a tunnel connection to testmanagerd: ConnectToServiceTunnelIface: failed to connect to tunnel: ConnectToHttp2WithAddr: failed to dial: dial tcp [fd7e:4292:73ba::1]:0: connectex: The requested address is not valid in its context.","level":"error","msg":"Failed running WDA","time":"2025-01-01T02:24:37+08:00"}
Does Go-iOS support WDA in iOS 18.2?
The text was updated successfully, but these errors were encountered: