-
-
Notifications
You must be signed in to change notification settings - Fork 252
Description
Describe the bug
Trying to run WDA with go-ios CLI and receiving an error
Command:
ios runwda --bundleid=com.hatpbn.WebDriverAgentRunner.xctrunner --testrunnerbundleid=com.hatpbn.WebDriverAgentRunner.xctrunner --xctestconfig=WebDriverAgentRunner.xctest --udid 00008140-0001455C3EA1801C
Output:
{"bundleid":"com.hatpbn.WebDriverAgentRunner.xctrunner","level":"info","msg":"Running wda","testbundleid":"com.hatpbn.WebDriverAgentRunner.xctrunner","time":"2025-10-09T20:48:42+02: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 [fde3:a54a:35ca::1]:0: connect: can't assign requested address","level":"error","msg":"Failed running WDA","time":"2025-10-09T20:48:42+02:00"}
Desktop (please complete the following information):
- OS: MacOS 15.7.1
- Xcode version 26.0.1
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: iPhone 16 Plus
- OS: iOS 26.0
Additional context
Tunnel process is running:
sudo 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=user for userspace tunnel or ENABLE_GO_IOS_AGENT=kernel for kernel tunnel for the experimental daemon mode.","time":"2025-10-09T20:48:34+02:00"} {"level":"info","msg":"no udid specified using first device in list","time":"2025-10-09T20:48:34+02:00","udid":"00008140-0001455C3EA1801C"} {"level":"info","msg":"Tunnel server started","time":"2025-10-09T20:48:34+02:00"} {"level":"info","msg":"start tunnel","time":"2025-10-09T20:48:35+02:00","udid":"00008140-0001455C3EA1801C"} {"level":"info","msg":"connect to lockdown tunnel endpoint on device","time":"2025-10-09T20:48:35+02:00"}