I'm struggling with maintaining source-controlled collaboration when Xcode just cannot make up its mind about how to generate the schemes. I don't edit the scheme and I get these sort of changes in git.
from:
<BuildableProductRunnable
				 runnableDebuggingMode = "0">
to:
<RemoteRunnable
				 runnableDebuggingMode = "2"
				 BundleIdentifier = "com.apple.Carousel"
				 RemotePath = "/$(PRODUCT_NAME)">
It's pretty incomprehensible to me, but has anyone run into similar?
18
2
13k