https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

John O'Reilly

02/03/2021, 1:46 PM
Are there any plans for KMM Android Studio plugin to start using CocoaPods integration when creating projects (https://kotlinlang.org/docs/native-cocoapods.html)?
👍 1
m

Michal Klimczak

02/03/2021, 1:47 PM
the link goes to 404
but yeah, at least generating xcframework instead of regular framework would be cool
1
j

John O'Reilly

02/03/2021, 1:48 PM
hmm, clicked on that link again here and it opened ok
m

Michal Klimczak

02/03/2021, 1:51 PM
that's weird
j

Javier

02/03/2021, 1:53 PM
404 for mee too
j

John O'Reilly

02/03/2021, 1:53 PM
strange....I was using Chrome....if I open in Firefox I'm also getting 404
m

Michal Klimczak

02/03/2021, 1:55 PM
it must have moved and you have a cached version
j

John O'Reilly

02/03/2021, 1:56 PM
yeah, must be....
k, sorry about that....looks like this should be link https://kotlinlang.org/docs/reference/native/cocoapods.html#cocoapods-integration
d

dazza5000

02/03/2021, 4:10 PM
Did you find out how to generate an XCFramework?
j

John O'Reilly

02/03/2021, 4:13 PM
I did in the context of following https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/ ...though that is primarily related to creating pre-built binaries (and as part of Swift Package) that can then be added to XCode project.
d

dazza5000

02/03/2021, 4:14 PM
This looks like a decent answer: https://stackoverflow.com/a/65632476/3268303
thank you for the article - will give it a try
2 Views