currently I try to wrap a framework, but I have a problem:
I have two interfaces in my header file which are dependent from each other (see attached picture), how can I solve this issue?
My idea was to don't use the object Test2* in interface Test1, but a NSObject*, so I can compile the library without errors. And before I generate the XML I change it again to Test2*. But there must be another solution, or?
Not sure if I have understood you right, but I am also using just one header file, the problem is, that other interfaces under a interface are ignored by Xcode