Hi
I imported a C++ console app into a XCode project. It has several cpp and h files with interconnected classes. To see the relationships between them I need some sort of uml diagram.
When I open a cpp file there is a tab\list showing my variables with methods.
So the XCode recognizes the classes. The Debug and Release configurations do build successfully.
BUT
1) if I open Class browser it's empty.
I tried to play with Class browser Config, but all projects classes don't show.
2) Similar with making a Quick Diagram - empty.
3) I created a new file of Xcc Class model type, added all my header files in the file setup. The result is the same - empty list of classes and diagram.
I'm perplexed and out of options...
Any suggestions?
I imported a C++ console app into a XCode project. It has several cpp and h files with interconnected classes. To see the relationships between them I need some sort of uml diagram.
When I open a cpp file there is a tab\list showing my variables with methods.
So the XCode recognizes the classes. The Debug and Release configurations do build successfully.
BUT
1) if I open Class browser it's empty.
I tried to play with Class browser Config, but all projects classes don't show.
2) Similar with making a Quick Diagram - empty.
3) I created a new file of Xcc Class model type, added all my header files in the file setup. The result is the same - empty list of classes and diagram.
I'm perplexed and out of options...
Any suggestions?