exportArchive "Runner.app" requires a provisioning profile with the Associated Domains and Push Notifications features. #2915
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI have added these settings in codemagic.yaml file.
The IPA is building correctly when I try building it locally, but it’s not working in Codemagic. Do I need to add the export-options-plist flag when building the IPA, or is this already handled by the "xcode-project use-profiles" command? In the log, I can see "Saved export options to /Users/builder/export_options.plist" with correct provisioning profile. Also i have checked, all the capabilities needed are already added in provisioning profile. The certificates and provisioning profile are added in signing identities as suggested in the doc. Expected resultsIPA should be built and exported to app store connect. Actual resultsBuilding App Store IPA... (completed in 1,374ms) Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @shubham-settlin,
|
Beta Was this translation helpful? Give feedback.
Hello @shubham-settlin,
Yes, please add the
--export-options-plist=/Users/builder/export_options.plist
flag when building your IPA.In general, this error could be caused by 2 main reasons:
--export-options-plist=/Users/builder/export_options.plist
. When it is missing, you can see the same error.