PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 98 forks source link

Using dependency visualizer on Objective-C project with Pods #57

Open ghost opened 5 years ago

ghost commented 5 years ago

Dependency visualizer NOT drawing visualization with Pods. Opening blink page on browser. Any ideas?

showtestlog commented 5 years ago

Have you solved it? I find it just visualize the main project dependency and ignore the lib we pod

MatthewYe commented 5 years ago

Same issue here. All I want graph is the pod I wrote.but the tool only have the dependency output of the sample project. :(

PaulTaykalo commented 5 years ago

@MatthewYe do you have a lik to the pod? (is it opensourced? I can take a look)