9

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.

The Debugger
  • 330
  • 8
  • 19

2 Answers2

4

You may be interested in

ObjectGraph-Xcode

objc_dep

onmyway133
  • 45,645
  • 31
  • 257
  • 263
0

I would recommend to use KSHObjcUML here.

It creates a nice interactive dependency graph to analyze in your browser. enter image description here

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.

enter image description here

Binarian
  • 12,296
  • 8
  • 53
  • 84