Xcode cloud workflow

Hi,

Can't setup Xcode cloud with GitHub with my apple developer program. I get error saying I need a GitHub account?

Answered by Developer Tools Engineer in 716673022

If you go to your project directory in Terminal and run git remote show [your remote name], do you see all the expected information about your remote repository? That is usually shown when you have a local repository that isn't connected to a remote repo.

You can follow this useful guide on connecting Xcode Cloud to your Github account, here:

https://developer.apple.com/documentation/xcode/connecting-xcode-cloud-to-github

I still have probs

Accepted Answer

If you go to your project directory in Terminal and run git remote show [your remote name], do you see all the expected information about your remote repository? That is usually shown when you have a local repository that isn't connected to a remote repo.

Thank You

Xcode cloud workflow
 
 
Q