mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
better error message
This commit is contained in:
@@ -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); \
|
||||
} \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user