Closed
Description
Tell us about the problem
iOS logging does not work when more than one iOS simulators are running.
Which platform(s) does your issue occur on?
iOS
Please tell us how to recreate the issue in as much detail as possible.
- Execute
tns create myApp
- Run more than one iOS simulators
- Open your project and add some console.log - For example on click on tap button.
- Execute
tns run ios
- Click the tap button (or execute an action that will trigger the logic with logging)
- Repeat step 5. for all running simulators.
Expected behaviour:
The logs should be shown from all all running simulators.
Current behaviour:
The logs are shown only from one of the running simulators.