You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: