From 8d8ab5ba1a14165a13cfb08904b7cc72cd97ef08 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 9 May 2012 12:09:02 +0200 Subject: [PATCH] better error message --- bin/deploy.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.m b/bin/deploy.m index 98cc714d..8a66e462 100644 --- a/bin/deploy.m +++ b/bin/deploy.m @@ -100,7 +100,7 @@ static bool discovery_mode = false; int code = call; \ if (code != 0) { \ fprintf(stderr, "Error when %s: code %d\n", what, code); \ - fprintf(stderr, "Make sure RubyMotion is using a valid (non-expired) provisioning profile\nand that no other process (iTunes, Xcode) is connected to your iOS device\nat the same time.\n"); \ + fprintf(stderr, "Make sure RubyMotion is using a valid (non-expired) provisioning profile\nand that no other process (iTunes, Xcode) is connected to your iOS device\nat the same time (even through Wi-Fi).\n"); \ exit(1); \ } \ } \