I'm getting this error on the XCUITest when trying click on text field: (i'm using Xcode Version 9.4.1 )
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
This the unit Test:
let app = XCUIApplication()
let textField = app.secureTextFields["pass"]
textField.tap()