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

Script fails at handling spaces in path to build /derived data directories #14

Closed deszip closed 9 years ago

deszip commented 9 years ago

This issue is easy to reproduce if your project name contains spaces

PaulTaykalo commented 9 years ago

@deszip Can you give me an example of output when this thing happens?

deszip commented 9 years ago

Sure https://gist.github.com/deszip/a9053a209fc2d9f920a3

PaulTaykalo commented 9 years ago

@deszip for now, until it will be fixed, running without -d should help

PaulTaykalo commented 9 years ago

should be fixed in #15
@deszip please, check if it works for you

deszip commented 9 years ago

-d -p works great: http://cl.ly/image/1e1Q3L3E3j1b

thanks