Skip to content

Commit 6ebf4ec

Browse files
fix: trying to stop app on simulator may kill CLI
In case you use `tns run ios --path <path to app> --device <simulator GUID>`, CLI will try to stop the application, but may kill CLI instead. The problem is in ios-sim-portable, which incorrectly searches for application PID. Update the package to 4.0.7 where the issue is fixed.
1 parent d50f2e4 commit 6ebf4ec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

npm-shrinkwrap.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"inquirer": "6.2.0",
4848
"ios-device-lib": "0.5.0",
4949
"ios-mobileprovision-finder": "1.0.10",
50-
"ios-sim-portable": "4.0.6",
50+
"ios-sim-portable": "4.0.7",
5151
"istextorbinary": "2.2.1",
5252
"jimp": "0.2.28",
5353
"lockfile": "1.0.3",

0 commit comments

Comments
 (0)