Hey Kotliners! Does anybody know when `native.coco...
# multiplatform
u
Hey Kotliners! Does anybody know when
native.cocoapods
Gradle plugin will support
universal-framework
(fat binary) to distribute KMM library for independent iOS project? We want to use Cocoapods to wrap KMM iOS binaries and use it independently in iOS projects. As I understand at the moment it is impossible to distribute KMM project (only sources) with Cocoapds and connect it to some iOS project so Gradle and other KMM libraries can be delivered
transparently
and build the KMM sources during assembling iOS project. We don't want to make iOS engineers unhappy ;-)
I'm from PlutoTV/Viacom company, it is our first try of KMM as Innovation, and currently we have a lot of impediments, but I believe it is possible to use KMM in our company.
@Kathrin Petrova ^ Hello Katya
I found some interesting approach with
com.chromaticnoise.multiplatform-swiftpackage
gradle plugin https://www.notion.so/Share-KMM-module-with-iOS-via-Cocoa-pods-eaa7c717b83a4805af3dfc72d0e58ac1
we are going to try it
Not exactly what you are looking for, but maybe it helps.
u
Yes, I looked into it, the article I shared above uses this approach partially (only
createXCFramework
task) that builds Fat Framework
but
podspec
should be created manually
I thought that there is something (e.g.
native.cocoapods
) that can do both (Fat Framework + generate Podspec)