Skip to content
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

BUILD_LIBRARY_FOR_DISTRIBUTION build setting #57

Open
syntacticsolutions opened this issue May 13, 2024 · 0 comments
Open

BUILD_LIBRARY_FOR_DISTRIBUTION build setting #57

syntacticsolutions opened this issue May 13, 2024 · 0 comments

Comments

@syntacticsolutions
Copy link

Hi, I don't really know a ton about Swift or the Binaries on this project, but we have a dependency that requires us to use Xcode 15.3 but this project requires Swift 15.2 and uses Swift 5.9 instead of Swift 5.10 which is what Xcode 15.3 uses.

I found this on Stack Overflow that said that the lib needs to be updated to be forwards and backwards compatible with other version of Swift 5 (Since Swift 5 supports that). Here is that link. https://stackoverflow.com/a/70562356

It states something about using the BUILD_LIBRARY_FOR_DISTRIBUTION configuration when building the binary and this will allow it to be compatible with different version of Swift.

Again, I don't know enough about this to know if I'm correct but I thought it would be worth exploring.

Please let me know if there is anything else you need from me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant