krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.1k stars 114 forks source link

Injection is not working Xcode 14.0.1 #64

Closed japanese-goblinn closed 1 year ago

japanese-goblinn commented 1 year ago

Hi! Maybe I'm doing something wrong but I can make Injection work. I've start with a clean project, added Package Dependency through Xcode and thought that this will work, but it don't. After that I've decided to check GitHub for other projects using Inject (like this one) in case of I've missed somethings. I've cloned it but I still get nothing when modifying any code in the controller.

Maybe anyone can suggest where to look for the root of problem?

Xcode 14.0.1 Simulator iPhone 12 iOS 16 macOS 13.0.1

krzysztofzablocki commented 1 year ago

are you running the Injection app ? did you add the flags that readme mentions?

japanese-goblinn commented 1 year ago

@krzysztofzablocki Oh, I need to do this even when I using it as dependency, right? I didn't get this from README. I'll check and close the PR if everything is okay. Dziękuję 🙃

japanese-goblinn commented 1 year ago

@krzysztofzablocki Yep, closing it, everything is working as expected