From 3f7294d71238327b47a7579fefeae8f25bff277b Mon Sep 17 00:00:00 2001 From: TsvetanMilanov Date: Mon, 26 Sep 2016 15:55:20 +0300 Subject: [PATCH] Fix check for ios simulator When we check if there is running simulator we use ps cax but if the simulator is killed for a short period of time after that there is a process listed when using ps cax and we decide that there is a running simulator and then we try to use it but ios-sim-portable returns null. We should check if the simulator returned from ios-sim-portable is not null or undefined in order to continue to work with it. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 48801e2eaa..d9ae37ab0e 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 48801e2eaa7ecdfde9211f68b2eb1552c1ad57dd +Subproject commit d9ae37ab0e006fb3086e1312b5de6022fc2cac48