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 99 forks source link

No Dependencies Found (Empty screen) for Swift Project #16

Closed PaulTaykalo closed 9 years ago

PaulTaykalo commented 9 years ago

There are few Swift projects for which dependency visualizer doesn't show anything

PaulTaykalo commented 9 years ago

Check, if your project has Whole Module Optimization setting set to Yes
In order to see dependencies, you, probably would need to turn this setting to No
also, you can try to generate dependencies like for Objective-C project, and check if it will work

Swift Project , dependencies generated for Objective-C

i185 pimgpsh_fullsize_distr

Swift Project , dependencies generated for Objective-C from additional DWARF information

index_html

Swift Project with Whole Module Optimization , Dependencies generated for Objective-C

index_html

Swift Project, dependencies generated for Swift

index_html