-
-
Notifications
You must be signed in to change notification settings - Fork 322
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 "folder style" projects #880
Comments
Sorry, this might just be a duplicate of #852? |
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 For us this has manifested by attempting to use periphery which has a dependency on tuist's I'm attaching the same sample project just in case there's an "easy" fix for this. |
Looks like we have a PR to fix it sitting behind a small linting error – hoping we can see this merged and released soon! :) |
Did that PR make it into the newest release? |
Yes, we have an automated release process, so what has been merged, has also been released. Correct me if I'm wrong, but I believe we can close this one. |
I tried the new Version 8.27.3 and I still get nothing from sourceFiles() and resourcesBuildPhase()?.files(), no files. |
Yeah, I'm seeing the same behavior here. @fortmarek Can we please reopen the issue? |
Sure, contribution would be welcome here 🙂 |
This appears to be a quirk of the Xcode project format as opposed to a bug in XcodeProj. Inspecting the raw contents of the pbxproj file when buildable folders (sync groups) are used, there doesn't appear to be any references to those folder in the sources build phase 🤔
|
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: