I know there are Class Model tools (OmniGraffle, Doxygen) to generate Class model diagrams from the existing Xcode projects. But i'm looking for a tool which generates Object Graph on running iOS app in Simulator or Device.
Asked
Active
Viewed 4,658 times
2 Answers
4

onmyway133
- 45,645
- 31
- 257
- 263
-
1Sadly as of XCode 8 plugins like this are no longer supported. :-( – Joe Steele Aug 15 '17 at 00:14
-
You can use SourceKit to generate some of the graph https://github.com/jpsim/SourceKitten – onmyway133 Aug 15 '17 at 05:25
-
@JoeSteele objc_dep is just a python script, not a plugin – bbjay Jul 28 '18 at 16:29
-
@bbjay -- true enough, but my comment was referencing ObjectGraph-Xcode which is a plugin based on that python script. – Joe Steele Jul 30 '18 at 21:34
0
I would recommend to use KSHObjcUML
here.
It creates a nice interactive dependency graph to analyze in your browser.
Easiest to install with Alcatrazhere, a plugin package manager for Xcode 7. It is as easy to install plugins as it is to click a green button. And it does even support ObjectGraph-Xcode too.

Binarian
- 12,296
- 8
- 53
- 84