I am trying to setup a workflow to run unit tests on a branch change. However I receive a warning when I select a scheme for building I receive a warning stating that the scheme "may only exist locally". It is marked as shared and exists in the repository. I confirmed it by cloning the project into separate directory.
Warning when setting up actions for a workflow
Nevermind. Please be sure to not only see the scheme file in xcshareddata
, but also that it is in the repository (as the warning stated 🤦🏻♂️). If needed — adjust your .gitignore
file contents.
Hi , i also have the same issue. thanks for asking