Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20556] CLI does not accept --pp-uuid as option

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2020-01-30T11:34:02.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI
Labelsn/a
ReporterBrenton House
AssigneeUnknown
Created2016-02-29T17:31:15.000+0000
Updated2020-01-30T14:45:34.000+0000

Description

When doing a build for iOS, if I use the option:
--pp-uuid PROVISIONING-PROFILE-ID
It will prompt me for which provisioning profile I want to use with the build. If I use the option:
--P PROVISIONING-PROFILE-ID
It builds with no prompts.

Comments

  1. Sharif AbuDarda 2016-03-07

    Hello, According to the guide http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_CLI_Tasks this might be because "--pp" is not a valid CLI command. The full CLI command for iOS is
       ti build -p ios -T device -C <DEVICE_UDID> [-V "<DEVELOPER_CERTIFICATE_NAME>" -P <PROVISIONING_PROFILE_UUID>] 
       
    Now, If you omit the -V and -P options, the CLI will prompt you with options. Thanks.
  2. Brenton House 2016-03-07

    Go to: http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_Command-Line_Interface_Reference-section-35619828_TitaniumCommand-LineInterfaceReference-iOSBuildOptionsandFlags and search for --pp-uuid
  3. Chris Barber 2020-01-30

    You need to enter your provisioning profile id, not "PROVISIONING-PROFILE-ID". Also, two dashes as in --P is an long option format and since "P" is unknown, it is ignored. A single dash -P would have done the trick. In any case, please consult the docs for usage.
  4. Brenton House 2020-01-30

    haha!! blast from the past! I was actually using the real provisioning profile ID but just didn't publish it in the ticket :) This was fixed sometime over the past 4 years and using --pp-uuid works as a valid parameter now. Thanks!
  5. Samir Mohammed 2020-01-30

    Closing ticket as it is marked as invalid.

JSON Source