Re: Saving state of Schemes in svn repository?
Re: Saving state of Schemes in svn repository?
- Subject: Re: Saving state of Schemes in svn repository?
- From: Jens Alfke <email@hidden>
- Date: Tue, 02 Sep 2014 09:29:37 -0700
On Sep 1, 2014, at 11:43 PM, Wayne Pickering < email@hidden> wrote:
We have an Xcode 5 project and for some reason the Schemes aren’t propagating across checkins. What interior part of the .xcodeproj needs to get checked in to fix this? Thanks for any and all suggestions clues tips or comments!
FWIW, I've found shared schemes more trouble than they're worth. Changing properties of a scheme during development, like diagnostic features or environment variables, marks the scheme file as dirty, and then you either have to check in the changes (which is usually inappropriate, because not everyone wants to run with zombies enabled) or ignore the scheme file when committing.
Instead if you set the project to autocreate schemes, via the checkbox in the scheme sheet, then everyone's Xcode will create schemes for all targets, which works well.
—Jens |
_______________________________________________
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