Re: scheme change not changing project?
Re: scheme change not changing project?
- Subject: Re: scheme change not changing project?
- From: Quincey Morris <email@hidden>
- Date: Wed, 23 Apr 2014 10:32:13 -0700
On Apr 23, 2014, at 09:59 , Chuck Soper <email@hidden> wrote:
I¹m not sure if this is a .gitignore issue or an Xcode issue. Does any one have insight on this?
If the scheme is not set to “shared”, then it’s stored in your own personal ‘xcuserdata’ subdirectory within the project package, and it’s common to .gitignore those so they don’t end up in the repository.
If it is set to “shared”, then the scheme is stored in the ‘xcschareddata’ subdirectory in the project package, and it should be committed to the repository. If it’s not, that may mean your .gitignore is inadvertently excluding the shared subdirectory.
|
_______________________________________________
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