slider
slider

Reputation: 2816

Xcode: Source control is disabled

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?

enter image description here

Upvotes: 7

Views: 5057

Answers (2)

rsd96
rsd96

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

NP Rooski  Z
NP Rooski Z

Reputation: 3677

Have you enabled and configured it via the preferences?

Xcode source control preference

Upvotes: 25

Related Questions