Reputation: 1
On Xcode cloud after reviewing workflow, I receive an unknown error on granting access to the source code.
Screenshot: (https://i.sstatic.net/ZQfJa.png)
I am trying to connect to Xcode cloud but received this unknown error and cannot continue.
Upvotes: 0
Views: 1480
Reputation: 11
edit workflows
(right before the Grant access to your source code
screen and pick the Github repo as your primary repo.Upvotes: 1
Reputation: 59
I had the same issue and this is how I fixed it.
Verify that your SCM provider account (like GitHub, GitLab, Bitbucket, etc.) is properly connected to Xcode.
Make sure that your code repository is correctly pushed to your SCM provider. If it’s not available on the provider, Xcode Cloud cannot access it.
Upvotes: 0