-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsTo build the IOS Actual resultsFound build number 10 from App Store version 10 Archiving ..clone... Encountered error while archiving for device. Build failed :| Build id (optional)6637d309eeccae0a818d5702 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @mabehiry since you are distributing your app to App Store i advise you to use a Distribution certificate and distribution provisioning profile, not development.
Also make sure that in your |
Beta Was this translation helpful? Give feedback.
Hello @mabehiry since you are distributing your app to App Store i advise you to use a Distribution certificate and distribution provisioning profile, not development.
I can see you have uploaded provisioning profiles to Codemagic but their bundle ID says (*), please create a provisioning profile with the specific bundle Identifier and reference it in your yaml under the environment section.
Also make sure that in your
project.pbxproj
file, the applicationPRODUCT_BUNDLE_IDENTIFIER
is the same bundle as the one you have defined in your provisioning profile