Skip to content

Commit 618d643

Browse files
fix: list of apps is not working for iOS Devices
The installation_proxy that is used to list the applications on iOS Devices stops responding after 10-15 seconds and from now on CLI thinks the current application is not installed on device. This breaks `tns debug ios`, probably `tns run ios` as well. Update to latest ios-device-lib where the installation_proxy is never cached.
1 parent 5854ed8 commit 618d643

File tree

2 files changed

+36
-17
lines changed

2 files changed

+36
-17
lines changed

npm-shrinkwrap.json

Lines changed: 34 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@
4646
"glob": "7.1.3",
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "6.2.0",
49-
"ios-device-lib": "0.7.1",
49+
"ios-device-lib": "0.7.2",
5050
"ios-mobileprovision-finder": "1.0.11",
5151
"ios-sim-portable": "4.0.9",
5252
"istextorbinary": "2.2.1",
5353
"jimp": "0.2.28",
54+
"libnpmconfig": "1.2.1",
5455
"lodash": "4.17.11",
5556
"log4js": "4.1.0",
5657
"marked": "0.5.1",
@@ -61,7 +62,6 @@
6162
"nativescript-dev-xcode": "0.2.0",
6263
"nativescript-doctor": "1.11.1",
6364
"nativescript-preview-sdk": "0.3.4",
64-
"libnpmconfig": "1.2.1",
6565
"open": "0.0.5",
6666
"ora": "2.0.0",
6767
"osenv": "0.1.3",

0 commit comments

Comments
 (0)