0

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:

enter image description here

Here are my schemes:

enter image description here

Whenever I run the Workflow, I keep getting this error:

enter image description here

narner
  • 2,908
  • 3
  • 26
  • 63

1 Answers1

0

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?

Apple Xcode Cloud config for a test scheme

kikeenrique
  • 2,589
  • 2
  • 25
  • 46