Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Remove GIT version control from XCode 5 Project

Tags:

git

xcode

ios

Can anyone tell me how to completely remove GIT version control from an XCode 5 project?

I decided to start using git when I upgraded to XCode 5, but then ran into the problem with excluding .xcuserstate in the .gitignore file. It would be successful, then the "User Interface State" message would come up while trying to commit everything else, and I couldn't get rid of it. There are lots of suggestions in here for terminal commands etc., but in the end I would get into a viscious circle.

Having to go out of the IDE to run several terminal commands does not seem to me to be a well-integrated versioning system.

I'm the only one working on this project so simply backing everything up on a regular basis is going to have to do.

Thanks

like image 949
Randy Mennie Avatar asked Oct 07 '13 23:10

Randy Mennie


1 Answers

In Xcode 5

  • Go To Xcode -- > Preference
  • Select "Source Control"
  • Deselect "Enable Source Control"

Xcode 5 removed the Repositories Organizer

like image 71
Kyle C Avatar answered Oct 20 '22 16:10

Kyle C