Hi, we’re using codesigndoc to upload the code signing certificates to Bitrise (don’t need profiles as we’re using the auto provisioning profile step) using the codesigndoc scan xcode --certs-only
command.
When it comes to the “Select the ip export method” step, we can select development fine, but when we try any other method (app-store, ad-hoc) it says:
We couldn’t find any certificate for the app-store export method
I have a valid Apple Distribution certificate available in Xcode (Xcode > Preferences > Apple ID > Manage Certificates).
What am I doing wrong here? I’ve followed the Bitrise docs correctly as far as I’m aware, but they don’t mention Distribution certificates. It’s worked fine on other apps in Bitrise but isn’t working for this app for some reason.
Thanks