https://kotlinlang.org logo
#ios
Title
# ios
k

Kartik Prakash

08/01/2021, 2:00 AM
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

louiscad

08/01/2021, 7:49 AM
Publishing it as SwiftPackage is the way to go I think.
k

Kartik Prakash

08/01/2021, 11:08 PM
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.
3 Views