You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #827, when a build configuration uses an xcconfig in the new folders the baseConfigurationReference is removed and replaced with baseConfigurationReferenceAnchor (PBXFileSystemSynchronizedRootGroup) and baseConfigurationReferenceRelativePath.
What 🌱
Xcode 16 introduces changes when you use the new synchronized folders.
Proposal 🎉
Check for these new values before falling back to the old value for deriving information from the xcconfigs.
The text was updated successfully, but these errors were encountered:
Context 🕵️♀️
Related to #827, when a build configuration uses an xcconfig in the new folders the
baseConfigurationReference
is removed and replaced withbaseConfigurationReferenceAnchor
(PBXFileSystemSynchronizedRootGroup
) andbaseConfigurationReferenceRelativePath
.What 🌱
Xcode 16 introduces changes when you use the new synchronized folders.
Proposal 🎉
Check for these new values before falling back to the old value for deriving information from the xcconfigs.
The text was updated successfully, but these errors were encountered: