Skip to content
Discussion options

You must be logged in to vote

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 from codemagic.yaml:

      ios_signing:
        distribution_type: app_store
        bundle_identifier: xxxxxxxxxx

and continue with the doc link you shared.

Besides, please do not skip the Configuring environment variables section, otherwise you will get other errors.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bobandrew
Comment options

@bobandrew
Comment options

Answer selected by bobandrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants