We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
added a PR #313
Sorry, something went wrong.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: