0

I'm working with Xcode 9.2, and trying to put my project on GitHub. What can I do to make my project name appear in the Source Control drop down menu? I know it's supposed to be there for putting projects on GitHub and such. Thank you for your help :)

enter image description here

Theodore.K
  • 384
  • 2
  • 7
  • 21

1 Answers1

1

What can I do to make my project name appear in the Source Control drop down menu?

You project name will never appear in that menu. But simply add your GitHub login info in the Xcode Accounts preference pane:

enter image description here

Once you've done that, you can create Github repositories and clone from Github repositories directly within Xcode.

matt
  • 515,959
  • 87
  • 875
  • 1,141