Open
Description
Hey, currently the SPM Package.swift has the default static framework setting from SPM.
The question would be how to consume it as dynamic one?
Would it be possible to add this in a new [email protected] with:
.library(
name: "DeviceKitDynamic",
type: .dynamic,
targets: ["DeviceKit"]
)
This would allow to integrate DeviceKit also as dynamic framework without having duplicate linking errors when used in several places.
I am open for best advices. Maybe this is not possible or there is another better solution.
Thank you
Stefan
Metadata
Metadata
Assignees
Labels
No labels