I'm trying to create XCFramework, which has inside several dependencies imported with SPM. I set BUILD_LIBRARIES_FOR_DISRTIBUTION
to YES for target.
But this warning inside of XCFramework Project next each line import <ModuleName>
makes me curious: is there something wrong there?
Warning:
Module 'ModuleName' was not compiled with library evolution support; using it means binary compatibility for 'XCFrameworkName' can't be guaranteed
Note: Archiving and creating xcframework succeeded.