Skip to content

Commit 4d5bcfb

Browse files
Fix tns run ios when no simulator is running (#3064)
In case when there's no device attached and no simulator running, `tns run ios` should start default iOS Simulator. However, this fails. The problem is resolved in `ios-sim-portable` 3.1.1. Bump the version, so the issue will be resolved.
1 parent 973fc8c commit 4d5bcfb

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

npm-shrinkwrap.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inquirer": "0.9.0",
4646
"ios-device-lib": "0.4.8",
4747
"ios-mobileprovision-finder": "1.0.10",
48-
"ios-sim-portable": "3.1.0",
48+
"ios-sim-portable": "3.1.1",
4949
"lockfile": "1.0.1",
5050
"lodash": "4.13.1",
5151
"log4js": "1.0.1",

0 commit comments

Comments
 (0)