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
Describe the bug When Importing two swift frameworks generated via FFI there is a Build error.
Showing Recent Issues duplicate output file '/include/module.modulemap' on task: ProcessXCFramework /DerivedData/Build/Products/Debug-iphonesimulator/libbdkffi.a ios simulator Showing Recent Issues Multiple commands produce '/Build/Products/Debug-iphonesimulator/include/module.modulemap' Showing Recent Issues Command: ProcessXCFramework /Build/Products/Debug-iphonesimulator/libportal.a ios simulator Showing Recent Issues Command: ProcessXCFramework /Build/Products/Debug-iphonesimulator/libbdkffi.a ios simulator
To Reproduce Import bdk-swift and some other swift bindings generated the same way
Expected behavior
Build environment
Additional context
The text was updated successfully, but these errors were encountered:
Fails using bdk-swift:
Succeeds using bdk-swift:
The other swift bindings I was importing was using uniffi = { version = "0.26.1", optional = true }
uniffi = { version = "0.26.1", optional = true }
Sorry, something went wrong.
I tested bumping the other swift bindings I was importing from 0.26.1 to 0.28.0, to match bdk-swift beta 2+5, and the results were the same...
swift bindings I was importing
No branches or pull requests
Describe the bug
When Importing two swift frameworks generated via FFI there is a Build error.
To Reproduce
Import bdk-swift and some other swift bindings generated the same way
Expected behavior
Build environment
Additional context
The text was updated successfully, but these errors were encountered: