Hello everyone ! I am exploring the KMM `XCFramewo...
# multiplatform
d
Hello everyone ! I am exploring the KMM
XCFramework
publication and found an interesting plugin. Something that I am missing is the iOS/Swift project definition of the dependency. Is anyone using it? https://github.com/prof18/kmp-fatframework-cocoa
k
You can try 1.6.20-RC with cocoapods plugin. it provides
podPublish...
task which assembles XCFramework + podspec
m
I would also recommend this for publication: https://github.com/ge-org/multiplatform-swiftpackage It includes frameworks and swift package.
k
./gradlew podPublishReleaseXCFramework
Copy code
xcframework successfully written out to: .../shared/build/cocoapods/publish/release/shared.xcframework
d
ah, pretty nice! thanks!