Hi,
I'm working in Xcode and with most of the files, it works really well.
With some swift files, it happens that they are not injected when I save them from AppCode if I haven't them opened in Xcode. So I have to save the file from AppCode and then go to Xcode, find the file, open it and automatically it gets injected as Xcode sees the changes I've made in AppCode.
Is there any process to say injection to look for all the files for changes? I have "File Watcher" enabled and works well with most of the files.
My project is currently configured as a framework library scheme and an app scheme that uses the framework library. I'm having trouble when I update files from both schemes, so I don't think is a problem with updating some code to a framework and som to the app code.
Thanks for this great tool. I hope that this has an easy fix that I'm missing ✌🏻