I have an app with a custom Swift framework that is used to share business rules across different plateform. Every time I try to use a class from this framework, Xcode is showing me errors but everything compiles well. It also preventing me from using autocompletion regarding this framework.
I already try cleaning and deleting derived data but without any results.
My framework is included in my main projet via a submodule and manually linked on my main project.
Any thoughts on this ?