Reputation: 2816
Fairly straightforward question. When creating an Xcode 8 project, Xcode doesn't give me the option to create a local Git repo. The option is grayed out. Also, in existing projects, all options within the Source Control menu are grayed out. Git is installed on my computer. What's the deal?
Upvotes: 7
Views: 5057
Reputation: 1114
To add to the above answer, in my case I added git manually and wanted to commit from xCode but the options were disabled. Unchecking and checking enable source control option like shown above worked for me.
Upvotes: 0