iOS build fails due to missing provisioning profile for Notification Service Extension #3046
Replies: 1 comment
-
Hello @developer32131,
|
Beta Was this translation helpful? Give feedback.
-
Hello @developer32131,
|
Beta Was this translation helpful? Give feedback.
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?
iOS (Swift, Objective-C)
Steps to reproduce
1.Open project with a main app target and a notification service extension
2.Use codemagic.yaml with the following ios_signing configuration
3.Upload provisioning profile for the main app target only via Codemagic’s Code Signing Identities.
4.Start a build using the Build ipa for distribution script.
Expected results
The iOS build should succeed and produce an .ipa archive that includes both the main app and the OneSignal Notification Service Extension.
Actual results
The build fails during the archive step with the following error:
"OneSignalNotificationServiceExtension" requires a provisioning profile.
Select a provisioning profile in the Signing & Capabilities editor.
Codemagic is not applying any provisioning profile to the OneSignalNotificationServiceExtension target.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions