-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Other - please mention in your question Steps to reproduceFailed to install dependencies Issues such as these may happen due to a number of reason. Please verify that all the dependencies you are using locally are also available to Codemagic. Here's what you can try: If you have recently moved your Flutter project to another location, try rescanning the application in App settings > Repository settings > Rescan application Expected resultsFailed to install dependencies Issues such as these may happen due to a number of reason. Please verify that all the dependencies you are using locally are also available to Codemagic. Here's what you can try: If you have recently moved your Flutter project to another location, try rescanning the application in App settings > Repository settings > Rescan application Actual resultsFailed to install dependencies Issues such as these may happen due to a number of reason. Please verify that all the dependencies you are using locally are also available to Codemagic. Here's what you can try: If you have recently moved your Flutter project to another location, try rescanning the application in App settings > Repository settings > Rescan application Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi @beessii please share a build id so i can take a look at the logs. You can find the buildID on the build overview page |
Beta Was this translation helpful? Give feedback.
-
yes i have doit the same but stil have thiss error i dont know why [11:22:51] DEBUG > Load JWT for App Store Connect key '' from disk cache Build failed :| Build failed :| |
Beta Was this translation helpful? Give feedback.
-
now i have thiss error == Fetch iOS code signing files from Apple Developer Portal ==
Found 3 Signing Certificates matching specified filters: certificateType=DISTRIBUTION,IOS_DISTRIBUTION. Build failed :| |
Beta Was this translation helpful? Give feedback.
-
Thanks alot work now |
Beta Was this translation helpful? Give feedback.
I see you latest build has a different error
When you use automatic codesigning, Codemagic automatically select or generate a matching certificate for code signing based on the
CERTIFICATE_PRIVATE_KEY
that you have provided._If you don't provide one_, or the provided one doesn't match any of the available certificates, then codemagic will create one for you.
Apple limits the number of Apple Distribution certificates to 3, and based on the error message you already reach that limit.
…