Skip to content

Commit a0a85f8

Browse files
fix: error may be raised during restart of app on ios Sim
On slower mac machines, an error may be raised during restart of app on iOS Simulator. The problem is that we stop the application and try to start it after that. However, the stop method may be resolved before the application is actually killed. Trying to start it after that leads to undefined behavior and errors in some cases. To fix this, update ios-sim-portable to 4.0.8 where a possible fix is applied.
1 parent 93fb3f4 commit a0a85f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

+3-3
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
@@ -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.7",
50+
"ios-sim-portable": "4.0.8",
5151
"istextorbinary": "2.2.1",
5252
"jimp": "0.2.28",
5353
"lockfile": "1.0.3",

0 commit comments

Comments
 (0)