I\'m having staring issues with Module name spacing in a swift project.
I\'ve tried this in a new project and everything works fine:
I have 2 modules with which co
In case anyone is here while trying to build and use an xcframework, apparently, the issue is caused when you have a class in the framework which has the same name as the module/framework.
This is a known issue and needs a workaround as mentioned here.
P.S. - I know this doesn't answer this question per se. Just leaving it here for anyone else who might land here because of the question title.