Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

UIDatePicker hangs executable #8

Open
@brow

Description

@brow

I've noticed that the presence of a UIDatePicker anywhere in the view hierarchy seems to cause my application to hang during Cucumber tests.

You can reproduce the issue in Universal.app by adding the following line to the end of -[TestViewController_Shared viewDidLoad]:

[self.view addSubview:[[[UIDatePicker alloc] init] autorelease]];

Then recompile and run cucumber in the project root. The app will hang in Simulator, and the test suite will fail with a trace showing a timeout exception.

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