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
{{ message }}
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
iOS10.0.1 iPhone 6s Device is not work,Xcode Run test is OK,but when i visit the inspector through the url is not work.but in iOS 9.3.5 Device is OK.
2016-09-18 18:23:04.222588 XCTRunner[1568:332260] [Accessibility] ****************** Loading GAX Client Bundle **************** 2016-09-18 18:23:04.311613 XCTRunner[1568:332260] Running tests... 2016-09-18 18:23:05.215474 XCTRunner[1568:332260] Continuing to run tests in the background with task ID 1 Test Suite 'All tests' started at 2016-09-18 18:23:06.075 Test Suite 'WebDriverAgentRunner.xctest' started at 2016-09-18 18:23:06.076 Test Suite 'UITestingUITests' started at 2016-09-18 18:23:06.076 Test Case '-[UITestingUITests testRunner]' started. t = 0.00s Start Test at 2016-09-18 18:23:06.078 t = 0.00s Set Up 2016-09-18 18:23:06.082197 XCTRunner[1568:332291] [User Defaults] Failed to write value for key AutomationDisableFauxCollectionCells in CFPrefsPlistSource<0x1740e9b00> (Domain: com.apple.Accessibility, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null)): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access, switching to read-only 2016-09-18 18:23:06.085160 XCTRunner[1568:332260] Built at Sep 18 2016 18:22:55 2016-09-18 18:23:06.113981 XCTRunner[1568:332260] ServerURLHere->http://192.168.0.115:8100<-ServerURLHere 2016-09-18 18:23:06.114477 XCTRunner[1568:332260] Listening on USB
Activity
xudafeng commentedon Sep 18, 2016
the same
marekcirkos commentedon Sep 19, 2016
Doy you have any error?
Are you sure device is reachable on your wifi?
sencho commentedon Sep 20, 2016
sure!both at the same wifi
marekcirkos commentedon Sep 21, 2016
I just checked iOS 10.x device and it works fine. Make sure you don't have any networking issues. Your router might be blocking connections etc.
sencho commentedon Sep 21, 2016
I make sure networking is fine, because it works fine at iOS 9.3.5 iPhone 6 Plus,so i was confused why my iPhone 6s 10.0.1 was not fine,
sencho commentedon Sep 21, 2016
The Runner could be build into iPhone ,but could not inspect through the url
sencho commentedon Sep 21, 2016
i try to telnet iPhone's IP with port 8100,is not fine.
marekcirkos commentedon Sep 22, 2016
I am not sure how I can help you here. Can you try different device on different network?
183181731 commentedon Sep 22, 2016
XCode Version 8.0 (8A218a)
iPhone6S 10.0.1
same issue
marekcirkos commentedon Sep 27, 2016
@sencho did you try maybe using usb proxy to talk to device?
marekcirkos commentedon Sep 27, 2016
@drptbl Wait, this issue is about WDA not working on devices. Your query shows that it is definitely working. You just hit unhandled endpoint.
Mark that "/" is not handled as expected. You should try e.g. "/inspector" instead.
drptbl commentedon Sep 27, 2016
@marekcirkos you're totally right. I'm sorry for bothering you.
BigWavelet commentedon Sep 30, 2016
same issue:
Xcode Version 8.0 (8A218a)
IPhone 5s(10.0.2(14A456))
wda can be started, but can not connect to "xxx:8100/inspector".
marekcirkos commentedon Oct 4, 2016
@BigWavelet make sure you are on the same Wi-Fi network and that network does not block your connections.
BigWavelet commentedon Oct 5, 2016
yes. i am sure they are on the same network. and i can ping the ip successfully
65 remaining items