-
Notifications
You must be signed in to change notification settings - Fork 825
Updated project format for Xcode 16 #1505
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
Comments
🙏🏻 🙏🏻 🙏🏻 |
1 similar comment
still no support for Xcode 16 folder format? |
would like to have the Xcode 16 Buildable Folder support indeed, 🙏 |
Ok, I will try to find some time this week |
@yonaskolb |
@yonaskolb thank you so much! ❤️🙏🏼 |
Ok, so basic support has been added in this PR #1541 If you have mint then you can run |
Xcode 16 has introduced a new version of the project format. I believe it's mainly to support folder references
From the Xcode 16 release notes
https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes#Project-Management
In theory this should allow for faster project generation when using folder references since xcodegen won't need to enumerate all the files in a source folder.
It appears like
XcodeProj
has already been updated to support the new types in the file format.PBXFileSystemSynchronizedRootGroup
andPBXFileSystemSynchronizedBuildFileExceptionSet
tuist/XcodeProj#827The text was updated successfully, but these errors were encountered: