The logging issue has been resolved.
As for iOS 10, Apple removed the automation Instrument from Xcode 8, so how Appium had been automating iOS no longer works. We are working on integrating XCUITest, which is Apple's replacement.
Yesterday the first beta was released (Appium 1.6.0-beta1) which has support for most of the functionality. We are still working on the rest, so not everything will work.
You can install it with npm install -g appium@beta
, and get the new system by setting theautomationName
desired capability to XCUITest
.
网友评论