Building multiple build configurations using Xcode Cloud

Is there a way I can have multiple build/archive actions on my Xcode Cloud workflow that passes in the -configuration flag to the xcodebuild command. I want to build 2 or more build configurations in my workflows.

Post not yet marked as solved Up vote post of iFlames Down vote post of iFlames
1.5k views

Replies

Could you do this by having multiple schemes and specifying the build configuration within the scheme. The 'Actions' section of the workflow let's you select which scheme to use.

This feels like something Apple missed in Xcode Cloud. It is possible in every other CI/CD tool out there - including Apple's own Xcode Server.

Anyone found any workarounds other than scheme duplication?

I have filed a request for this here:

FB11810918