Encountered error while creating the IPA: error: exportArchive "Runner.app" requires a provisioning profile with the Push Notifications feature. #2806
Replies: 1 comment 1 reply
-
Hello @Luqmanasif6, |
Beta Was this translation helpful? Give feedback.
1 reply
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
Building App Store IPA...
Encountered error while creating the IPA:
error: exportArchive "Runner.app" requires a provisioning profile with the Push Notifications feature.
error: exportArchive "ImageNotification.appex" requires a provisioning profile with the Push Notifications feature.
Expected results
Building App Store IPA...
✓ Built IPA to build/ios/ipa
To upload to the App Store either:
1. Drag and drop the "build/ios/ipa/.ipa" bundle into the Apple Transporter macOS app https://apps.apple.com/us/app/transporter/id1450874784
2. Run "xcrun altool --upload-app --type ios -f build/ios/ipa/.ipa --apiKey your_api_key --apiIssuer your_issuer_id".
See "man altool" for details about how to authenticate with the App Store Connect API key.
Actual results
I am implementing white labeling in my Flutter app using
codemagic.yaml
. After successfully completing all steps in the Codemagic script, I encountered the following error when running the "Flutter build ipa and automatic version" command:error: exportArchive "Runner.app" requires a provisioning profile with the Push Notifications feature.
error: exportArchive "ImageNotification.appex" requires a provisioning profile with the Push Notifications feature.
I’ve followed all the steps discussed on GitHub, but I’m still facing this issue. Could someone please assist me in identifying the cause and resolving this error? Your help would be greatly appreciated. Thank you!
Build id (optional)
6722083ee5c1530343172de2
Beta Was this translation helpful? Give feedback.
All reactions