[swift-users] Swift migration bug

Nate Birkholz nbirkholz at gmail.com
Fri Sep 30 13:30:56 CDT 2016


I found a bug in Swift 2.3 migration in the XCUITests, not sure if the bug
goes to swift.org or to Apple.

UI test generator uses the syntax (XCUIElement).children(matching: .other)
but the compiler only recognizes childrenMatchingType(.Other), and you have
to manually change the instances. Makes generating UI Tests a pain!



-- 
Nate Birkholz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160930/634c3413/attachment.html>


More information about the swift-users mailing list