Hello,
I am working on the KMM library for Android and iOS. Inside I add the framework - FaceSDK as dependencies without using cocopods. The FaceSDK framework is only used in special cases. Is it possible to add it to the KMM library in such a way that in the output iOS mobile application I do not have to add the FaceSDK framework as a dependency until I am sure that I will use it in my KMM xcframework? Currently, when running the test application on iOS, I get an error that my KMM library requires adding FaceSDK as a dependency even though I do not use code that requires this package.
photo1 - KMM configuration of adding FaceSDK as dependency without using cocoapods
photo2 - error from test app