dependency-graph icon indicating copy to clipboard operation
dependency-graph copied to clipboard

🕸️ dependency-graph is a command-line tool that can visualize the dependencies of packages.

Results 10 dependency-graph issues
Sort by recently updated
recently updated
newest added

### What happened? Hi, Then i try to use your tool on my large project with SPM, i receive this error output: > *** Terminating app due to uncaught exception...

bug

I have a project which uses a workspace, which contains a good number of subprojects, Swift packages and also some cocoapods. Any chance, that this will be supported in the...

### What happened? ``` Error: App depends on Media Player but the dependency was not found in the graph. ``` ### What are the steps to reproduce? Use local Swift...

bug

### What happened? Test with my xcodeproj failed. below is the error log ``` `zsh: segmentation fault` dependency-graph TestDependency.xcodeproj ``` dependency-graph version: 1.2.0, installed by `brew` Project Document Format Xcode...

bug

### What happened? Run it on my xcodeproj and only get the following output: ``` $ dependency-graph /Users/.../SomeProject.xcodeproj Bus error: 10 ``` ### What are the steps to reproduce? ```...

bug

This addresses #21 **NOTE:** I added dependency on XMLCoder since xcworkspace facilities by xcodeproj library were not sufficient.

### Is your feature request related to a problem? We have an app that actually is 3 apps with a lot of shared code and some individual code. Each app...

I have stumbled on issue where dependency-graph was not working for my project. Afgter debugging in turned out that there were two main reasons: - Xcode project structure with local...

### 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.`...

bug

Running `dependency-graph` on an Xcode 16 project file that uses Folders fails because the `Xcodeproj` version being used did not yet support parsing those elements (aka `PBXFileSystemSynchronizedRootGroup`). I think support...