We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Xcode 16, Apple has set the folder style (instead of group style) as the default for the Xcode project file organisation.
With these kinds of projects, XcodeProj no longer seems to find any resource files.
The text was updated successfully, but these errors were encountered:
Sorry, this might just be a duplicate of #852?
Sorry, something went wrong.
I face the same problem, our project is using now the FolderStructure with xcode 16, therefore I think, it can't be read by XcodeProj.
We have recently experienced similar issue which makes it seem like XcodeProj does not support FileSystemSynchronizedGroup on the workspace scope 🤔
FileSystemSynchronizedGroup
For us this has manifested by attempting to use periphery which has a dependency on tuist's XcodeProj.
XcodeProj
I'm attaching the same sample project just in case there's an "easy" fix for this. Sample.zip
No branches or pull requests
With Xcode 16, Apple has set the folder style (instead of group style) as the default for the Xcode project file organisation.
With these kinds of projects, XcodeProj no longer seems to find any resource files.
The text was updated successfully, but these errors were encountered: