Eduard Bosch Bertran
Eduard Bosch Bertran
This PR might be related #90
Well, the files are successfully injected if I have those files opened in Xcode. For example, imagine I have two swift files `A.swift` and `B.swift`. If I have the file...
Will be great if it works in AppCode. Is there anything I can do to test or check what may be happening?
Thanks! This version injects any saved file from AppCode 🎉 I don't care about the TDD injection right now as it's not, but will be great also to support TDD...
So it happens that this class is not injected and the code is reexecuted with the old class? Thanks. Even with this little problems, this tool is great!
Here there is a simple Quick test that crashes when a test is injected: https://github.com/eduardbosch/QuickInjectionCrash Thanks @johnno1962 👏🏻
Hi, Should xit, xdescribe, ... appear as "ignored" in the test results in AppCode? When I set xit, xdescribe, ... they never appear to the test results. I think will...
Hi @Gloix, Could you add some details to your problem? Maybe your problem is that you are swapping the suggestions with an array and then you try to swap the...
I've found another problem with reversed suggestions. There is a new PR with a fix #263