Hi all, I’m new to iOS development and trying out ...
# ios
k
Hi all, I’m new to iOS development and trying out kotlin multiplatform. Does anyone know of a good example or a way for consuming fat xcframework .zip artifact in a native iOS app from a remote location?
l
Publishing it as SwiftPackage is the way to go I think.
k
Thanks, yeah that seems to be a good way using https://github.com/ge-org/multiplatform-swiftpackage. Though with that I’m not able to figure how can I configure my native iOS app to consume the Xxframework .zip artifact produced by this gradle plugin from a remote location. Xcode seems to only support adding a dependency if it’s in git by providing the repository link along with the options of branch or tag, etc.