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
You can add the module_name field to the uniffi.toml file to name the module correctly from the get go instead of building the default one (bdk.swift) and then renaming it in our shell build file. See all config options for Swift here.
Note that fixing this requires adding to the uniffi.toml file:
This might need changes in other places too: we have some files that define metadata for the library that use the bdkFFI string (which then becomes BitcoinDevKitFFI), and the new library headers and umbrella.h and module.modulemap all include it. So not sure if the change in that metadata would have a bigger impact than I initially imaged.
You can add the
module_name
field to the uniffi.toml file to name the module correctly from the get go instead of building the default one (bdk.swift
) and then renaming it in our shell build file. See all config options for Swift here.Note that fixing this requires adding to the uniffi.toml file:
But also fixing the
build-local-swift.sh
file as well as the CI workflow on the bdk-swift repo.The text was updated successfully, but these errors were encountered: