Houssem Zaier
10/13/2024, 7:31 PMembedAndSignAppleFrameworkForXcode
script. This works perfectly for loading the framework directly into an iOS app (I'm not using CocoaPods for this, just direct framework integration).
However, when trying to integrate the KMP library within another iOS framework, I’ve encountered issues where the framework is not being recognized as compatible. The error message suggests that the KMP library framework cannot be found, which points to either an integration issue or a compatibility problem with the iOS framework.
Has anyone successfully integrated a KMP library into an iOS framework, or have any insights on how to troubleshoot this? Is there a special configuration required for making a KMP framework recognized by another iOS framework?
Thanks in advance! ❤️Muaz KADAN
10/27/2024, 12:17 PMHoussem Zaier
10/28/2024, 6:54 AM