Replies: 2 comments
-
Hello @Kutbi-dev
I can see this error in your code signing step before picking up the adhoc certificate. Since you are building white label, automatic code signing might be the best route here. This generates and manages provisioning profiles for each unique $BUNDLE_ID during the build process. You can check out more on this here. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response @dam-ease
artifacts:
|
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
React Native
Steps to reproduce
Change the structure of the existing project.
Before it was directly in the root folder and now it is in apps/white-label-application/whiteLabelApplication
getting below error in build ipa steps of build pipeline
I also have verified and took the appropriate changes in code magic yaml file related to the two level up structure.
/Users/builder/clone/apps/white-label-application/whiteLabelApplication/ios/whiteLabelApplication.xcodeproj: error: "whiteLabelApplication" requires a provisioning profile with the Associated Domains and Push Notifications features. Select a provisioning profile in the Signing & Capabilities editor. (in target 'whiteLabelApplication' from project 'whiteLabelApplication')
Expected results
Build should be successfully published on the stores.
Actual results
Attached is the screenshot of the error I am getting while building the pipeline.
Build id (optional)
6762b7938d06277ff9441e0f
Beta Was this translation helpful? Give feedback.
All reactions