Re: Xcode 4 + git (part 2)
Re: Xcode 4 + git (part 2)
- Subject: Re: Xcode 4 + git (part 2)
- From: David Duncan <email@hidden>
- Date: Wed, 23 Mar 2011 12:47:55 -0700
On Mar 23, 2011, at 12:13 PM, Quincey Morris wrote:
> I think it's even a bad idea to try and put the workspace "file" (i.e. package) under SCM control, because Xcode changes it too often. At least several times during my marathon, when I *did* have the workspace package under SCM, I couldn't push to the remote server because something part of getting to the menu item dirtied one of the private state files, so I just got told to commit first, which just took me round in a circle. But maybe that was a different problem.
We use a .gitignore file with ".DS_Store" and "xcuserdata/" entries to avoid this. Just put it at the root of your repository and you should be set.
--
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden