Skip to content
Discussion options

You must be logged in to vote

Hello Roshan,
Looking through the general error logs, in the xcode-project use-profiles step,
Did not find matching provisioning profiles for code signing!
There seems to be a mismatch between your BUNDLE_ID and the Provisioning Profile you are attempting to use to sign your application.
Can you please check out your ios/Runner.xcworkspace to verify that the Bundle Identifier in your project is your signing id in Xcode?

Afterwards, kindly specify this in your YAML file:

environment:
      ios_signing:
        distribution_type: app_store # or: ad_hoc | development | enterprise
        bundle_identifier: com.example.id

or make use of

environment:
      ios_signing:
        provisioning_pr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants