Jorge Vicente Mendoza
Jorge Vicente Mendoza

Reputation: 736

Can't create Xcode Cloud flow from a Github.com repository

Since Xcode Cloud was launched last year I'd been able to connect from the Xcode wizard to my Github.com account and the CI worked like a charm, however today I'd been trying to create an Xcode Cloud for a new app and it doesn't finish the wizard flow throwing an error

Connecting Xcode Cloud with your source control provider was incomplete. Repository not accessible

enter image description here

On the GitHub.com side everything seems to be working, did tried this from 2 different computers with the same results, has anyone else gone through this issue?, is there a solution for this or filing a radar to Apple is the only option here?.

Upvotes: 14

Views: 2833

Answers (2)

Mick
Mick

Reputation: 910

I had this issue as I have two developer accounts - a work account and a personal account. The issue arose when the signing certificate used in the project in Xcode did not match the App Store Connect account that was signed in.

Check your signing certificate / team in Xcode and that you are logged into App Store Connect with the correct details.

Upvotes: 0

Tenant66
Tenant66

Reputation: 121

I was facing same issue as I had two account connected in the Team for signing in capabilities.

my solution, remove other account and keep main account for Xcode Cloud.

-Tenant

Upvotes: 5

Related Questions