Provisioning profile "main app profile" has app ID "com.main.app", which does not match the bundle ID "com.main.app.ImageNotification". #2987
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce❗ Issue: Image Notification Extension Fails to Build on Codemagic
It appears there is a code signing issue during the installation process. Steps Taken
Expected Behavior Request for Help Expected resultsCodemagic should correctly use the provisioning profile for both the main app and the Image Notification extension, allowing the build to succeed. Actual resultsCodemagic only use one of the provisioning profile resulting to build failure Build id (optional)67b5a91eb782ef9859b793bb |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello @Khairul989, |
Beta Was this translation helpful? Give feedback.
-
The issue was caused by using PRODUCT_BUNDLE_IDENTIFIER in the global environment, which overrides the PRODUCT_BUNDLE_IDENTIFIER for all other targets. |
Beta Was this translation helpful? Give feedback.
The issue was caused by using PRODUCT_BUNDLE_IDENTIFIER in the global environment, which overrides the PRODUCT_BUNDLE_IDENTIFIER for all other targets.