Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4982] CLI: --p-uuid param on appc run is not respected

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionDuplicate
Resolution Date2017-05-24T04:43:11.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator CLI, Titanium SDK & CLI
Labelsn/a
ReporterJoe Finnigan
AssigneeShak Hossain
Created2017-05-23T07:57:33.000+0000
Updated2017-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: 

Comments

  1. Ewan Harris 2017-05-23

    [~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.
  2. Joe Finnigan 2017-05-23

    Hey Ewan, Thanks for this! Adding the extra throwaway flag does the trick for now.
  3. Ewan Harris 2017-05-25

    [~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 :)

JSON Source