given that <https://github.com/Kotlin/kmm-with-coc...
# multiplatform
d
given that https://github.com/Kotlin/kmm-with-cocoapods-sample is 2 years old, what do you user for reference for your KMP library with Cocoapods?
j
It's still mostly in line with how I'm using CocoaPods. I just followed the docs originally.
d
I am looking at the dSYM generation and was hoping to find a working example as repo
j
I'd have to look into dSYMs with CocoaPods more because I'm using CocoaPods on one module, but exporting a framework from another which isn't using CocoaPods, but the XCFramework gradle task instead.
I don't seem to be getting dSYMs in any of the frameworks the CocoaPods plugin generates, including with
podPublishXCFramework
. You might file a YouTrack issue for this. The
assembleXCFramework
mechanism has been working for me on my other module though.
d
I think that I'll do that. Thanks for sharing your experience