Skip to content

Commit d4cbb2f

Browse files
fix: prompt to install Xcode Command Line Tools when listing devices
`tns devices --availableDevices` prompts to install Xcode Command Line Tools (with popup), when command line tools (Xcode) are not installed on the machine. Update the `ios-sim-portable` package, where the issue is resolved.
1 parent e9d98ee commit d4cbb2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

Lines changed: 3 additions & 3 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
@@ -46,7 +46,7 @@
4646
"inquirer": "6.2.0",
4747
"ios-device-lib": "0.5.1",
4848
"ios-mobileprovision-finder": "1.0.10",
49-
"ios-sim-portable": "4.0.8",
49+
"ios-sim-portable": "4.0.9",
5050
"istextorbinary": "2.2.1",
5151
"jimp": "0.2.28",
5252
"lockfile": "1.0.3",

0 commit comments

Comments
 (0)