Skip to content

Commit eb580f2

Browse files
fix: Incorrect error is shown when xcrun simctl is not configured
In case `xcrun simctl` throws some error, CLI does not handle it very well. Improve the logic in ios-sim-portable and update its version in order to resolve the issue.
1 parent f1a2995 commit eb580f2

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

npm-shrinkwrap.json

+45-45
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
@@ -43,7 +43,7 @@
4343
"inquirer": "0.9.0",
4444
"ios-device-lib": "0.4.10",
4545
"ios-mobileprovision-finder": "1.0.10",
46-
"ios-sim-portable": "3.3.0",
46+
"ios-sim-portable": "3.3.1",
4747
"jimp": "0.2.28",
4848
"lockfile": "1.0.3",
4949
"lodash": "4.13.1",

0 commit comments

Comments
 (0)