Thought I’d share some work I’ve done to the `kotl...
# ios
m
Thought I’d share some work I’ve done to the
kotlin-spm-plugin
in order to get it working again since it previously used
generate-xcodeproj
which is deprecated Surprised there’s not much movement in official support for SPM packages as a replacement to Cocoapods! Since
xcodebuild
is pretty limited with bundling a
xcframework
we have to package it ourselves using the Mach-O compiled binaries and modules. swift https://github.com/PaGr0m/kotlin-spm-plugin/pull/7
K 2