You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
bundle_identifier
inpubspec.yaml
andios/Runner/Info.plist
codemagic.yaml
using both:ios_signing.distribution_type: app_store
+bundle_identifier
ios_signing.certificates
andios_signing.provisioning_profiles
CodemagicKey
) is activexcode-project use-profiles --custom-export-options
flutter build ipa --release
Expected results
The app should be successfully archived and exported as an IPA file, using the correct provisioning profile.
Actual results
Build fails with:
❗ App Settings Validation:
(But these values are present in pubspec.yaml and Info.plist)
❗ exportArchive "Runner.app" requires a provisioning profile.
This happens even when using correct bundle identifier and profile name, both with automatic and manual signing methods.
Related discussion was marked “resolved on Discord” but no solution was posted:
https://github.com/orgs/codemagic-ci-cd/discussions/2489
Build id (optional)
68c84026db4b407fc18bf4b4
Beta Was this translation helpful? Give feedback.
All reactions