Skip to content

Xcode 14 "Failed to select from Picker" #1266

@iankoller-vivid

Description

@iankoller-vivid

After upgrading to Xcode 14, UI tests that were using:

tester.selectPickerViewRow(withTitle: "Title", inComponent: 0)

are no longer working. I get the error message "Failed to select from Picker". When stepping through the KIF source code, the picker appears to be nil as if it can't find one on screen even though I see it when the tests are running.

I'm wondering if this is a bug or if there is another way we should be selecting from a picker with Xcode 14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions