[AC-4982] CLI: --p-uuid param on appc run is not respected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2017-05-24T04:43:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Titanium SDK & CLI |
Labels | n/a |
Reporter | Joe Finnigan |
Assignee | Shak Hossain |
Created | 2017-05-23T07:57:33.000+0000 |
Updated | 2017-05-25T12:59:43.000+0000 |
Description
After providing a provisioning profile uuid as part of the run command you are still prompted to choose one from a list. This requires user input and breaks automated builds on our build server. This never used to happen, looks like this property is no longer respected?
I have been back and forth with your poor support team for several days on this with Fazlul. He seems to think this is a 'feature' that confirms your uuid selection, when it fact it looks like a regression issue.
gqbs02:Test gaeluser$ appc run --target dist-adhoc --platform ios --device-family universal --sim-version 10.3 --output-dir dist --distribution-name "Gael Ltd (YY867PVY7W)" --pp-uuid 7214f05e-55d0-4072-b46d-4572f31ece3e
Appcelerator Command-Line Interface, version 6.2.1
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
Which provisioning profile would you like to use?
Available Ad Hoc UUIDs:
1) 7214f05e-55d0-4072-b46d-4572f31ece3e Test App: test.app.v1 (expires Mar 22, 2018 4:00:12 pm)
Select a provisioning profile UUID by number or name:
[~joef] This is probably due to a known issue, CLI-1208. To workaround this issue I would suggest to either downgrade to 6.2.0 or add an extra 'throwaway' argument to the command you're using that will get removed.
Hey Ewan, Thanks for this! Adding the extra throwaway flag does the trick for now.
[~joef], We shipped 6.2.2 CLI yesterday with the fix for CLI-1208, just a heads up in case you want to remove that throwaway flag :)