facebookarchive/WebDriverAgent

WDA doesn't work on iOS 10.1

Royshcn opened this issue · 4 comments

My test device is an iPhone 7 ion 10.1. I used xcode to run test and got following error,

XCTRunner[1076:264505] [User Defaults] Failed to write value for key AutomationDisableFauxCollectionCells in CFPrefsPlistSource<0x1700e8300> (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

any ideas about this?

Can you try commenting [FBConfiguration shouldShowFakeCollectionViewCells:YES] in UITestingUITests.m?

I commented it. The error is gone but I still can't access the device via safari.

Is your phone and mac on the same wifi?

Duplicate of #288