DyCI / dyci-main

Dynamic Code Injection Tool for Objective-C
MIT License
1.12k stars 121 forks source link

DYCI in subprojects not working #68

Open idplanter opened 9 years ago

idplanter commented 9 years ago

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

metronic23 commented 8 years ago

Hi idplanter, did you figure it out how to solve this issue?