Reputation: 1425
Trying to to create a workflow for Xcode Cloud in Xcode. The issue I am having is that I am unable to complete the workflow creation, which i believe to be due to the following issue:
The primary repository path is going to some derived data path that is for a third party repository that we have integrated via SPM
when in the drop down selection, it is only showing SPM connected repositories.
Then in the final stage, I cant proceed to connect github, etc
if anyone has any ideas on how to proceed from here, that would be appreciated :) It's especially confusing because I am able to pull up the correct branches when editing triggers
Upvotes: 2
Views: 536
Reputation: 47
Happened to me when I tried to create workflow, but didn't set up the origin branch in my repo, so i only had the git initialized, but not remote branch. After I created the repo in GitHub and pushed changes to remote, my workflow started to show the Primary Repository as intended
Upvotes: 0