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:
to:
It's pretty incomprehensible to me, but has anyone run into similar?
from:
Code Block <BuildableProductRunnable runnableDebuggingMode = "0">
to:
Code Block <RemoteRunnable runnableDebuggingMode = "2" BundleIdentifier = "com.apple.Carousel" RemotePath = "/$(PRODUCT_NAME)">
It's pretty incomprehensible to me, but has anyone run into similar?