-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
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
Line 744 in bf0407f
| 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels