Open mutablestudio opened 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
Did you find the answer?
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