Replies: 2 comments
-
Hello mavamvakas, When you use automatic codesigning you need to also provide a CERTIFICATE_PRIVATE_KEY which will then be used for creating the certificate and provisioning profile. You can also create a new 2048 bit RSA key by running the command below in your terminal:
and rerun the build. if you are using code-signing certificates please mention it under environment:
You can also check this section of the docs for more guide |
Beta Was this translation helpful? Give feedback.
-
Hello mavamvakas, I went through your team builds and noticed there are no builds yet, are you still experiencing any issues? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Try to run script with
- script: keychain initialize
- script: keychain add-certificates
- script: xcode-project use-profiles
Expected results
Based on the tutorial codemagic should find the certificates and add them
Actual results
Build fails with error below
Add certificates to keychain /Users/builder/Library/codemagic-cli-tools/keychains/23-06-25_ks9xdomo.keychain-db
Searching for files matching /Users/builder/Library/MobileDevice/Certificates/*.p12
Did not find any certificates from specified locations
Build failed :|
Step 6 script
keychain add-certificates
exited with status code 1Build id (optional)
6859bfe7ef9d14d24840f2b5
Beta Was this translation helpful? Give feedback.
All reactions