Because of a constraining library, I need to use Objective-C files in my Swift project.
So, I added the import module-Swift.h in my .m file.
It finds it without any issues.
The problem come from the auto-generated module-Swift.h" file.
I have a lot of errors, mainly from classes and protocols coming from Pods.
Is there any config to fix this issue ?