I'm trying to configure an Xcode Cloud workflow at the moment that will run a test action whenever changes to a branch are pushed.
Here's my Workflow configuration:
Here are my schemes:
Whenever I run the Workflow, I keep getting this error:
I'm trying to configure an Xcode Cloud workflow at the moment that will run a test action whenever changes to a branch are pushed.
Here's my Workflow configuration:
Here are my schemes:
Whenever I run the Workflow, I keep getting this error:
Maybe you need to tune the cloud config target that you want to run for your tests.
How does your test - iOS config look like?
Is your scheme public?
Is it part of your repository?