AlecKazakova/kotlin-native-cocoapods

Any way to combine multiple frameworks into one?

Opened this issue · 0 comments

kerry commented

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.