I'm trying to get a Dependency Diagram of the code for my iPhone app. The project is currently using Xcode 4.2.1. I'm running AnalysisTool and looking to display the resulting .xml file with DependencyAnalyzer.
After commenting out the nodistribute line and hard-coding --use-cc to be the result of which clang, I've gotten the AnalysisTool GUI to take the .xcodeproj file and run, but after 30 min, it's still running with no result.
I've tried running just scan-build directly on the project, and this results in a full analysis report (.html), but no .xml file that DependencyAnalyzer can use to display the Dependency Diagram.