Replies: 2 comments 1 reply
-
Your best bet is to have your own library that pulls in Kable and you build an XCFramework from your library. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. My understanding is that the inability to include multiple KMP xcframeworks had been resolved, as mentioned in KT-42254:
I did a quick experiment, and I am able to build an iOS app with multiple KMP xcframeworks. There are warts with the process (e.g., all the frameworks will have their own Our use case is that we (the Skip project) would like to have a bluetooth framework that can be included independently from the iOS and Kotlin sides of the app without needing to make the user manually build and include the framework. For the time being, we will follow your advice and make our own cover library and publish the A more general benefit is that iOS users who don't use KMP at all would still be able to use the framework by adding it as a SwiftPM binary dependency. |
Beta Was this translation helpful? Give feedback.
-
Is there some way to create an xcframework for adding to an iOS project?
Beta Was this translation helpful? Give feedback.
All reactions