From 97bee03d62c2ca240fcdaad118853de8f1cb84a8 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 18 Feb 2016 09:31:11 +0200 Subject: [PATCH] Fix livesync on multiple devices when app is not installed When you try to livesync on multiple devices and application is not installed on more than one, calling `tns livesync ` installs the application only on one of them. There's warning in the output that the application is not installed for each of the devices, but it is installed only on one of them. The problem is the current logic that is executed for each device - as we want to build only one, in case the app is already built, we've skipped the install part for all devices except the first one. So we have to build once, but install the built package on all devices where the app does not exist. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 778e48aa07..d22c5cadca 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 778e48aa07b68025dc8c2b543bcb94397088a13f +Subproject commit d22c5cadcabf7d89bf41558a59d477be2635efe2