Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24334] iOS: Multiple Simulators running at the same time

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS, Tooling
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-01-21T19:43:46.000+0000
Updated2017-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?

Comments

No comments

JSON Source