Yet another question about cocoapods + KMP: how do...
# multiplatform
n
Yet another question about cocoapods + KMP: how do I build fat framework (more than one target, eg. iosX64 and iosArm64) using cocoapods?
s
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html Scroll to
building universal frameworks
. They added a task that you can configure and run. I’ve successfully been able to get it to work by following this documentation
n
@spierce7 isn't the process different for Cocoapods?
s
I actually haven’t used cocoapods
I was able to build a kmp project fat jar and release it via carthage pretty easily
n
That's the problem: when you use cocoapods deps, you can only build it from Xcode
a
Hello, @Nikita Khlebushkin! Unfortunately, we have no such option for now, see (https://youtrack.jetbrains.com/issue/KT-31829).
n
Hello and thanks @Artyom Degtyarev [JB]! Is there a workaround (even messy) or all I can do for now is upvote the ticket?
a
I’m afraid that upvoting is the only option here 😞 But I hope it will get more priority soon
😱 1