[TIMOB-24334] iOS: Multiple Simulators running at the same time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-01-21T19:43:46.000+0000 |
Updated | 2017-01-22T12:35:45.000+0000 |
Description
ioslib attempts to detect if the iOS Simulator is already running by running
ps -ef
and searching for a process with -CurrentDeviceUDID
. However if the iOS Simulator is manually launched from Xcode, the process name won't have the -CurrentDeviceUDID
and ioslib will not detect the simulator is currently running.
ioslib needs to find a better way of determining if the iOS Simulator is running. Perhaps use simctl
?
No comments