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 :)
Asked
Active
Viewed 15 times
1 Answers
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:
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
-
Thank you for your help! Where is that? In the info.plist or something? – Theodore.K Feb 07 '18 at 20:05
-
Which part of "Xcode Accounts preference pane" is mysterious? Xcode. Preference. Accounts. – matt Feb 07 '18 at 20:13
-
My mistake. Thank you! – Theodore.K Feb 07 '18 at 21:50