kotlin-native-cocoapods icon indicating copy to clipboard operation
kotlin-native-cocoapods copied to clipboard

Any way to combine multiple frameworks into one?

Open kerry opened this issue 4 years ago • 0 comments

Since we can't add multiple K/N projects as dependencies in a single multiplatform project, what is the best way to achieve this using this plugin?

I am currently using export method to create a common framework (using packForXcode) and then using kotlin-native-cocoapods plugin to add it to the multiplatform project (using the created podspec and modifying it a bit). However, if I use kotlin-native-cocoapods to create the framework, it is not able to combine other K/N projects.

kerry avatar Oct 22 '19 12:10 kerry