3

In order to clean up my git repositories I need to remove the source control from some of my projects.

How can I remove the source control from a project in Xcode 7

I tried the steps on this thread but there is no .xccheckout file to delete.

xcode remove repository from project

rockZ
  • 815
  • 1
  • 12
  • 28
  • 1
    This answer helped me out: http://stackoverflow.com/questions/21198514/xcode-5-remove-source-control-for-project – Bright Dec 06 '16 at 09:11

1 Answers1

1

Just disable 'Source Control' in the 'Preferences'

  • Open Preferences: Menu 'Xcode/Preferences...'
  • In the 'Preferences' dialog select the 'Source Control' pane
  • Deselect "Enable Source Control"

Done!

LaborEtArs
  • 1,938
  • 23
  • 27
  • 1
    All that seems to do is temporarily disable source control. When you select "Enable Source Control" again, the project is still under source control. – Peter Schorn Mar 30 '20 at 17:31