Context π΅οΈββοΈ
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.
Context π΅οΈββοΈ
Related to #827, when a build configuration uses an xcconfig in the new folders the
baseConfigurationReferenceis 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.