I have an app which uses a sub-project, where all code except for the appdelegate is included.
If I include the files from the example projects into the main project, all goes well.
If i do the same inside the subproject, i see this:
0 instanses were notified on Class Injection by injecting class: (DYCIViewController)
And nothing is updated.
If I do the same in any other of my custom classes, nothing at all happens dyci does not seem to be called.
Pressing ctrl-x only seems to show a green bubble on classes that are not currently loaded
The results were the same, no matter if adding as subproject, library or as a Pod
I have an app which uses a sub-project, where all code except for the appdelegate is included.
If I include the files from the example projects into the main project, all goes well.
If i do the same inside the subproject, i see this:
0 instanses were notified on Class Injection by injecting class: (DYCIViewController)
And nothing is updated.
If I do the same in any other of my custom classes, nothing at all happens dyci does not seem to be called. Pressing ctrl-x only seems to show a green bubble on classes that are not currently loaded
The results were the same, no matter if adding as subproject, library or as a Pod