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.
Building multiple build configurations using Xcode Cloud
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