Building IPA for flutter fails #2776
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce1- Trigger IOS workflow build from codemagic Expected resultsipa artifact Actual resultsBuild id (optional)66f50e631b24c115a009b145 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Roshan, Afterwards, kindly specify this in your YAML file:
or make use of
Here is a detailed guide on iOS code signing that could provide more insights into this: https://docs.codemagic.io/yaml-code-signing/signing-ios/ Lastly, are you having any issues sending messages via the chat widget in your codemagic UI? you can send a message using the chat widget for support and faster responses. Please let me know if you have any issues using the chat widget. |
Beta Was this translation helpful? Give feedback.
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:
or make use of