- For CI/CD we are using Xcode Cloud.
- My application have three build configurations: Debug, Stage and Release.
- In the Xcode Cloud we have set up two pipelines: Stage and Release.
- Default build configuration for archive state is Release. Image attached
When we are triggering Stage pipeline it executes archive with Release configuration. Here is no the way to set build configuration for pipeline.
How to change active build configuration in Xcode Cloud pipeline?