Skip to content

Commit 5c5f307

Browse files
Fix working with 32 bit Node on Windows (#2752)
During detecting devices, CLI will try to check if there are iOS devices. However the ios-device-lib has an issue in version 0.4.0 and it fails that the binary cannot be found. So use latest version of the lib, where the issue is fixed.
1 parent 27b6d60 commit 5c5f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"glob": "^7.0.3",
4343
"iconv-lite": "0.4.11",
4444
"inquirer": "0.9.0",
45-
"ios-device-lib": "0.4.0",
45+
"ios-device-lib": "0.4.1",
4646
"ios-mobileprovision-finder": "1.0.9",
4747
"ios-sim-portable": "~2.0.0",
4848
"lockfile": "1.0.1",

0 commit comments

Comments
 (0)