[TIMOB-17080] CLI: Text displayed when building on iOS devices is not meant for Studio
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-06T22:47:29.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.3.0 |
Components | CLI, iOS |
Labels | module_cli, qe-3.3.0, qe-testadded |
Reporter | Federico Casali |
Assignee | Chris Barber |
Created | 2014-06-05T21:16:49.000+0000 |
Updated | 2014-07-02T06:34:40.000+0000 |
Description
Problem description
When building an app for iOS device from Studio, the following text is displayed:
"Please manually launch the application or press CTRL-C to quit"
Pressing 'CTRL-C' makes sense if building from CLI but not if run from Studio.
Not reproducible with previous CLI 3.2.3 - in this case no text is shown regarding having to launch the app manually.
Steps to reproduce
1. Open a project and build for iOS devices
Result
1. When the build is done and app is correctly installed, the following text is displayed:
"Please manually launch the application or press CTRL-C to quit".
CTRL-C is meant for terminating the process when building from CLI. From Studio, to quit, user should press the red 'Terminate' button.
Comments
JSON Source
Seems an easy fix is to just note both ways to stop the app (Ctrl+C, Terminate button) depending on context.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5779 3_3_X pull request: https://github.com/appcelerator/titanium_mobile/pull/5780
Building app from Studio shows "Please manually launch the application". Whereas building it from CLI shows "Please manually launch the application or press CTRL-C to quit" Verified on: || Component || Version || | Appcelerator Studio | 3.3.0.201406061445 | | Titanium SDK | 3.3.0.v20140610102512 | | Node | 0.10.28 | | acs | 1.0.14 | | alloy | 1.4.0-beta2 | | npm | 1.4.9 | | CLI | 3.3.0-beta3 | | Titanium-code-processor | 1.1.1 | | OS | OSX 10.9.2 | | Device | iPhone 5S (iOS 7.1) |