Hey,
I would like to use automatic_code_signing and I uploaded my .p8 file to bitrise but still I got error says:
issue with input: failed to parse certificate URL and passphrase inputs: code signing certificate URL: required input is not present
Hey,
I would like to use automatic_code_signing and I uploaded my .p8 file to bitrise but still I got error says:
issue with input: failed to parse certificate URL and passphrase inputs: code signing certificate URL: required input is not present
Did you upload a Code Signing Certificate to the Code Signing tab?
I would like to manage it automatically.
you can find this article how I configure my workflow: How to set up a CI/CD pipeline for your iOS app using Bitrise | Runway
and also this approach is my goal: iOS Auto Provisioning in Bitrise | Setting up an Apple Service Account
Those doc may be out of date, it would be best to use the Bitrise Docs when trying to code sign.
Apple changed a lot of things with App Store Connect APIs.
You can generate Development Certificates on the fly but you will generate 1 for every build which is most likely not desired. This is why you should upload 1 Development Certificate to Bitrise to avoid this and allow the profiles to be managed automatically.