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

Does it work for Xcode 8.3.2? #43

Closed huy-le closed 7 years ago

huy-le commented 7 years ago

I tried my project and some public project i.e Alamofire. But it does not generate anythings.

Console:

./generate-objc-dependencies-to-json.rb -d -s "" > origin.js ; open index.html
find: /Users/username/Library/Caches/appCode*/DerivedData: No such file or directory
There were 91 directories found
Last modifications were in
/Users/username/Library/Developer/Xcode/DerivedData/Alamofire-dhtndbmjkaofkwemgqqalpcgngke/Build/Intermediates/Alamofire.build/Debug/Alamofire macOS.build/Objects-normal/x86_64
directory at
2017-05-19 18:38:31 +1000
PaulTaykalo commented 7 years ago

Should work fine. You can try change something in the source and try to rebuild project. Should look like this image