Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 16 • XCBuildConfiguration Changes #852

Open
Brett-Best opened this issue Sep 9, 2024 · 1 comment
Open

Xcode 16 • XCBuildConfiguration Changes #852

Brett-Best opened this issue Sep 9, 2024 · 1 comment

Comments

@Brett-Best
Copy link

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.

@mickeyl
Copy link

mickeyl commented Nov 13, 2024

Could that be responsible for no resource files being found on newly created Xcode projects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants