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

How do I debug a Swift dependency tree analysis? #55

Open alexvbush opened 5 years ago

alexvbush commented 5 years ago

Hi, love the gem, works like magic with a brand new Swift project but when I run the script for an existing production codebase I get the following output in origin.js

var dependencies = {"links":[],"links_count":0,"objects":{}}

Seems like nothing gets parsed and I wonder why and how would debug this?

Also is there a way to run it for an arbitrary folder with Swift code?