Re: "Test" command disabled
Re: "Test" command disabled
- Subject: Re: "Test" command disabled
- From: Ben Kennedy <email@hidden>
- Date: Wed, 09 Mar 2016 13:50:36 -0800
> On 09 Mar 2016, at 11:46 am, David Catmull <email@hidden> wrote:
>
> Of course, now I wonder why it went missing. Git doesn’t seem to be showing a corresponding change in the project.pbxproj file. Is this stored somewhere else?
That association is apparently stored in the scheme. Scheme configs are stored as distinct files, either in the «xcuserdata/USER.userdata/xcschemes» or «xcshareddata/xcschemes» directory within the .xcodeproj bundle (depending on whether the scheme is marked as user-local or "shared", respectively, via the checkbox at the bottom).
I bet your scheme is not shared, and that you have «xcuserdata» excluded via a .gitignore file.
On our team at my day job, we have all the project's schemes marked as "shared", and checked in to git, in order to maintain consistency in every build environment. I suppose there must be occasions where user-private schemes are desirable, but I've never seen the benefit.
-ben
_______________________________________________
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