Hi,
Can't setup Xcode cloud with GitHub with my apple developer program. I get error saying I need a GitHub account?
Hi,
Can't setup Xcode cloud with GitHub with my apple developer program. I get error saying I need a GitHub account?
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
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