simonbs / dependency-graph

🕸️ dependency-graph is a command-line tool that can visualize the dependencies of packages.
MIT License
270 stars 12 forks source link

`zsh: segmentation fault` dependency-graph TestDependency.xcodeproj #25

Open LongXiangGuo opened 1 year ago

LongXiangGuo commented 1 year ago

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 14.0 Xcode Version 15.0 (15A240d) arch i386 uname -m x86_64

What are the steps to reproduce?

Create a new test project test for it.

What is the expected behavior?

show the result as the document mentioned.

TomaszLizer commented 1 year ago

Getting similar issue but on M2 max MacBook with Xcode 15.0.1

LongXiangGuo commented 1 year ago

I have run it successfully on M1 MackBook with xcode 15 now. But it only show the target dependencies, if it can also parser the linked libraries, frameworks in the buildPhase order by configuration, that would be even more perfect.

ThomasAWRaku commented 1 year ago

I'm also seeing a Segmentation fault: 11 error running on a M1 MacBook Pro running on Ventura (13.6). It happens with both an Xcode project and a Package.swift file.

FranckLetellier commented 11 months ago

I have the exact same error as @ThomasAWRaku, same config

OliverPearmain-Nutmeg commented 11 months ago

Same issue here.

Ph1Doc commented 11 months ago

Same problem. Xcode 15.0.1 Sonoma 14.1.2 M1 Pro

shimanopower commented 11 months ago

Same. M1 Max, Sonoma 14.2, and Xcode 15.0.1

amirsalman93 commented 11 months ago

I am working with Xcode 15 running on Sonoma 14.0 (M1 Macbook Pro 14). Getting the same issue.

tscholze commented 2 weeks ago

I second it on 2024 :)