Skip to content

Run stuck on "Extracting Xcode version" #220

@XMitja

Description

@XMitja

I noticed when running iOS app it launched correctly but the bottom row progress gets stuck at "Extracting Xcode version"

I traced it to the "await" at

await terminal.execute({

since devicectl keeps running then runOniOSDevice() stops execution there, just removing the "await" resolves it.

I didn't make a PR because I couldn't assume jsonOutputPath exists immediately after running execute, just adding short delay after the execute should work but maybe there's a more clean solution?

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