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

Can not generate index.html for Swift project #19

Closed dimazen closed 8 years ago

dimazen commented 8 years ago

I'm using command from your tutorial:

./generate-objc-dependencies-to-json.rb -w -s "" > origin.js ;

However if fails with the following output:

mbpzen:objc-dependency-visualizer zen$ ./generate-objc-dependencies-to-json.rb -w -s "" > origin.js ;
find: /Users/zen/Library/Caches/appCode*/DerivedData: No such file or directory
There were 302 directories found
Last modifications were in
/Users/zen/Library/Developer/Xcode/DerivedData/NDA-azxrhxscylnfwqhifbyzbosmrwfi/Build/Intermediates/NDA.build/Debug-iphonesimulator/NDA.build/Objects-normal/x86_64
directory at
2015-10-22 00:02:09 +0300
Cannot read file  /Users/zen/Library/Developer/Xcode/DerivedData/NDA-azxrhxscylnfwqhifbyzbosmrwfi/Build/Intermediates/NDA.build/Debug-iphonesimulator/NDA.build/Objects-normal/x86_64/NDA-master.swiftdeps : This is possibly because output file was changed:(/Users/zen/Library/Developer/Xcode/DerivedData/NDA-azxrhxscylnfwqhifbyzbosmrwfi/Build/Intermediates/NDA.build/Debug-iphonesimulator/NDA.build/Objects-normal/x86_64/NDA-master.swiftdeps): found character that cannot start any token while scanning for the next token at line 5 column 1
dimazen commented 8 years ago

- -30276

dimazen commented 8 years ago

After update to the Xcode 7.1 and update to the latest version it magically works!