exportArchive "Runner.app" requires a provisioning profile with the Associated Domains and Push Notifications features. #2915
Unanswered
shubham-settlin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I 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 results
IPA should be built and exported to app store connect.
Actual results
Building App Store IPA... (completed in 1,374ms)
[ ] Encountered error while creating the IPA:
[ ] error: exportArchive "Runner.app" requires a provisioning profile with the Associated Domains and Push Notifications features.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions