You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: