NetEaseGame / ATX

Smart phone automation tool. Support iOS, Android, WebApp and game.
Apache License 2.0
1.58k stars 422 forks source link

WDA在Xcode9编译不通过 #151

Closed dropperY closed 6 years ago

dropperY commented 6 years ago

Version information

WDA编译不通过

在Xcode9上这个wda的分支a8def24ca67f8a74dd709b899c8ea539c9c488ea无法编译通过,报

Implicit conversion from nullable pointer 'XCElementSnapshot * _Nullable' to non-nullable pointer type 'ObjectType _Nonnull' (aka 'id')

以及

'new' is unavailable: Use XCUIElementQuery to create XCUIElement instances.

是不是目前不支持Xcode9,iOS11

codeskyblue commented 6 years ago

换成最新版的wda试试,原理那个分支是适配xcode8的

aixiaofeifei commented 5 years ago

我用最新WDA的也可以 切换的这个分支就报一样的错 解决了么