[TIMOB-20556] CLI does not accept --pp-uuid as option
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2020-01-30T11:34:02.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | n/a |
| Reporter | Brenton House |
| Assignee | Unknown |
| Created | 2016-02-29T17:31:15.000+0000 |
| Updated | 2020-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.
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
Now, If you omit the -V and -P options, the CLI will prompt you with options. Thanks.Go to: http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_Command-Line_Interface_Reference-section-35619828_TitaniumCommand-LineInterfaceReference-iOSBuildOptionsandFlags and search for
--pp-uuidYou 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.
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-uuidworks as a valid parameter now. Thanks!Closing ticket as it is marked as invalid.