Kotlin / kotlin-examples

Various examples for Kotlin
3.21k stars 1.04k forks source link

cinterop, KMM and iOS binary framework (.xcframework) #142

Open mutablestudio opened 3 years ago

mutablestudio commented 3 years ago

I posted an SO question:

https://stackoverflow.com/questions/69177531/kmm-with-ios-arm64-binary-framework-xcframework-and-cinterop

I'm following this guide to use an iOS framework without CocoaPods inside KMM:

https://kotlinlang.org/docs/kmm-add-dependencies.html#without-cocoapods

My iOS framework is a .xcframework aka Binary Framework. Can anyone tell me if xcframeworks are supported? Details in the SO link above. TIA

DonRubiczek commented 2 years ago

Did you find the answer?