No matching profiles found for bundle identifier #2280
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceHi guys, I was reading similar support topics and couldn't find a solution to fix this error in my case. I have set up my workflow in yaml according to your documentation, I followed this article https://docs.codemagic.io/partials/alternative-code-signing-methods-ios/. My goal is for Codematic to select the correct provisioning profile and self-sign the code. If there is no corresponding provisioning profile and I would like Codematic to create a new one. My build: 658050e9aa92dc88aed71554 Expected resultsHow can I fix this? Actual resultsSee steps to reproduce Build id (optional)658050e9aa92dc88aed71554 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @bobandrew, the reason you are getting
and continue with the doc link you shared. Besides, please do not skip the Configuring environment variables section, otherwise you will get other errors. |
Beta Was this translation helpful? Give feedback.
Hi @bobandrew, the reason you are getting
No matching profiles found for bundle identifier "xxxxxxx" and distribution type "app_store"
is that you mixed up code signing settings. So, half of your YAML configuration is from manual, and the other half is from automatic signing. In short, you will need to remove the following part fromcodemagic.yaml
:and continue with the doc link you shared.
Besides, please do not skip the Configuring environment variables section, otherwise you will get other errors.