Skip to content

Commit 64ede73

Browse files
fix: debugging on iOS Device is very slow
Debugging on iOS Device is very slow with bundle workflow. The problem is in the way ios-device-lib handles the huge messages. Update the library to its latest version where this issue is resolved.
1 parent 9939141 commit 64ede73

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
@@ -44,7 +44,7 @@
4444
"esprima": "2.7.0",
4545
"iconv-lite": "0.4.11",
4646
"inquirer": "6.2.0",
47-
"ios-device-lib": "0.5.1",
47+
"ios-device-lib": "0.5.2",
4848
"ios-mobileprovision-finder": "1.0.10",
4949
"ios-sim-portable": "4.0.9",
5050
"istextorbinary": "2.2.1",

0 commit comments

Comments
 (0)