Replies: 2 comments
-
Hello @KHANABBA, when using automatic codesigning, you also need to provide a Codemagic will use this private key to install or create a valid iOS Distribution certificate in your Apple Developer account. Without it, the build cannot proceed with automatic code signing. You can create a new 2048 bit RSA key by running the command below in your terminal:
Now open the file Then re-run the build. Let me know how it goes |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Codemagic team,
I need some help with a build that is constantly failing at the "Fetch signing files" step.
Build URL: https://codemagic.io/app/688013d1c2784b6aaddf5edc/build/688058322ce3cde7e81b1290?open-step=build-step-2%7Cbuild-step-3
The error message is:
Cannot save Signing Certificates without certificate private key
I have already tried all of the following troubleshooting steps:
It seems like the build machine is unable to generate or associate a private key with the certificate for some reason.
Could you please check the internal logs for my build to see what's going wrong? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions