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

Support for Xcode 16 #29

Open
gsl-anthonymerle opened this issue Oct 17, 2024 · 1 comment
Open

Support for Xcode 16 #29

gsl-anthonymerle opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gsl-anthonymerle
Copy link

What happened?

Hi,

I tried to run dependency-graph on a new project created using Xcode 16, but unfortunately got the following error:
Error: The element PBXFileSystemSynchronizedRootGroup is not supported.

(Looking on internet, other people using tools relying on Xcode's project description (Cocoapods for example) do have the same kind of issue and their workaround is to replace every occurence of "PBXFileSystemSynchronizedRootGroup" with "PBXGroup", and set some object version to 56)

What are the steps to reproduce?

1- Create an Xcode project using Xcode 16
2- run dependency-graph on this new project

What is the expected behavior?

The tool should run taking into account the new kind of object introduced by Xcode 16

@gsl-anthonymerle gsl-anthonymerle added the bug Something isn't working label Oct 17, 2024
@henrikhelmers
Copy link

My understanding is that this is due to how Xcode now prefers to reference folders on disk instead of maintaining its own tree structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants