From 9efc2d939a40bde869de13feceb8087ad5231d61 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 28 Apr 2017 16:58:53 +0300 Subject: [PATCH] Fix working with 32 bit Node on Windows 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b46a6bfb23..25c695373e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "glob": "^7.0.3", "iconv-lite": "0.4.11", "inquirer": "0.9.0", - "ios-device-lib": "0.4.0", + "ios-device-lib": "0.4.1", "ios-mobileprovision-finder": "1.0.9", "ios-sim-portable": "~2.0.0", "lockfile": "1.0.1",