You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue also reflects when we run tns-core-modules unit tests on the CI. The problem is that we have let say 6 simulators and we use to pass --device SIMULATOR_ID to run the tests on a specific device but the result is that CLI fails to find this simulator.
Partially fixed by #3392.
Now CLI wee multiple simulators, but livesync and debug will still run only on one simulator due to the fact we use hard coded port for communication.
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes.
Tell us about the problem
The NativeScript CLI does not recognize more than one running iOS simulator.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns devices
command:Actual
The command outputs only one iOS Simulator.
Expected
The command outputs both iOS Simulators.
Result
The
tns run ios
command successfully installs the application on the iOS Simulator which the NativeScript CLI recognizes only instead of both of them.The text was updated successfully, but these errors were encountered: