Open klokie opened 3 years ago
Hi there @klokie
Can you please send us the log file or the URL of the related build and also enable Support Access on the Settings tab of the app ( https://devcenter.bitrise.io/troubleshooting/enabling-bitrise-support-user/ ) so that we can take a more in-depth look? π
Thanks for your reply.
I've enabled "Bitrise Support User for this app". However, the error results from running the codesigndoc
script locally as specified in the documentation. The complete (obfuscated) log is included in my previous post.
hi @Roland-Bak just checking in after a month to see if there's anything I can do to help debug this? thanks
Hello @klokie π
Sorry for the delay, could you also send us the URL link of your build (as well as re-enable Support Access)? I will check with the experts to see why this doesn't work on Bitrise. There might be alternative ways we can go about with code signing π
Great, appreciate the help @Roland-Bak. I've re-enabled Support for the app, latest build at https://app.bitrise.io/build/9c2000ad-2c44-4ebe-addf-52c7c62bddce#?tab=log
Hello @klokie π
I checked your build, and one thing I noticed is that you set up an Apple Connection with Apple ID, but the step you are using in the workflow is an iOS Auto Provisioning with API. Can you let me know if switching it to the step that uses iOS Auto Provision with Apple ID changes anything? π
Thanks, I've tried that but the error I've noted above is produced when I run codesigndoc locally, where it crashes every time I run it. My hope is that we can use it to get our certificates and signing profiles in order to successfully deploy to the app store from Bitrise, which has been failing with signing-related error messages, even though I can build and deploy the app from my local XCode.
I don't know Go yet but there seems to be a bug in FindProvisioningProfile that would allow it to return an "invalid memory address or nil pointer dereference" to the exportProvisioningProfiles
function, which results in the crash.
Hello @klokie π
I wanted to let you know that this is indeed an issue and our developers are working on a fix! Once there is progress, you'll be notified π
Great! Looking forward to it.
Hi, codesigndoc runs for about 10 minutes, and then crashes while trying to find the required provisioning profiles. I've tried with all available profiles. Note that using XCode I am able to successfully deploy a signed app to Apple, but Bitrise is failing during the signing phase.
Thanks for any suggestions!