[TIMOB-13645] CLI: ti build - iOS - package with no options returns error and not all missing options are being prompted
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-02T23:55:31.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | 2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0 |
Components | CLI |
Labels | improvement, qe-3.1.0, qe-cli |
Reporter | Olga Romero |
Assignee | Chris Barber |
Created | 2013-04-22T21:10:58.000+0000 |
Updated | 2013-11-18T18:10:25.000+0000 |
Description
Steps to reproduce:
Please create the project and navigate to it's directory.
1) Try CLI command (build android package with no options)
"ti build -T dist-appstore"
2) Enter target platform after it is prompted
Result:
[ERROR] Unable to find an iOS Distribution Certificate for name ""
Expected result:
It would be nice to have all missing options prompted
https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
To test 1) Run "ti build -T dist-appstore" 2) When prompted, select "android" as the platform to build for 3) It should continue to prompt you for the alias, keystore, output dir, and keystore password
Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311160316 Titanium SDK, build: 3.2.0.v20131117001643 CLI: 3.2.0-alpha Alloy: 1.3.0 XCode: 5.0.2 Ran "ti build -T dist-appstore", CLI prompts the user the entire way through asking for more information if not initially provided. Closing.