johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 566 forks source link

Could you make it support multi projects ? #233

Open 5kccp opened 6 years ago

5kccp commented 6 years ago

hi,johnno1962,it is a very useful tool for me. But my propject depends on multi projects, i found it doesn't support this feature that if i modify a file in sub project, the injection can't work, it goes wrong with telling me can't find some header files.Could you make it support that feature, please. jietu20171120-101412

johnno1962 commented 6 years ago

Can you setup a simple example you could send me? Or can you try the updated version https://github.com/johnno1962/InjectionIII. It may work

5kccp commented 6 years ago

I forked your project before and made some modification to support multi project. You can take a look here https://github.com/maorongsen/injectionforxcode/commit/8e3a18775f6ec1bad272e3443b740855622c6435, so you may know what i talk about. Also I can send you a simple example