-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
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
Static/dynamic library products #168
Static/dynamic library products #168
Conversation
who's in power to merge it? |
Is there a way to give the user a choice? Not sure if static linkage should be the default |
Co-authored-by: David Roman <[email protected]>
@SplittyDev let me know if this solution looks sensible to you. |
@davdroman LGTM I checked again, apparently SPM decides whether to link dynamically or statically automatically if linkage is left unspecified, so providing all three options seems to be the best option.
|
@SplittyDev
|
Great stuff. I'll merge this as soon as the CircleCI situation is sorted (#179). |
You're absolutely right, I got this wrong at first. Great change, thanks for the PR! |
This is no longer blocked by CircleCI FYI. |
Hi @krzyzanowskim. 0.2.0 is now out and includes this change. Please let us know at some point whether this fixed your Xcode Cloud issues. Thanks! |
Resolves #159
This workaround Xcode Cloud builds (due to longstanding Xcode Cloud bug that can't build and link dynamic dependency properly)