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

error: required to be available in rlib format, but was not found #8

Open
thewh1teagle opened this issue Nov 18, 2024 · 0 comments
Open

Comments

@thewh1teagle
Copy link

thewh1teagle commented Nov 18, 2024

I'm trying to compile desktop app and link tauri crate dynamically on Windows MSVC:

git clone https://github.com/thewh1teagle/tauri-dynamic
cd tauri-dynamic
cargo +nightly build

But it failed with this error:

cargo +nightly build
  Compiling reqwest v0.12.9
   Compiling tauri-build v2.0.3
   Compiling tauri-codegen v2.0.3
   Compiling tauri v2.1.1
   Compiling tauri-app v0.1.0 (D:\tauri-app\src-tauri)
   Compiling tauri-macros v2.0.3
   Compiling tao v0.30.8
   Compiling webview2-com v0.33.0
   Compiling tauri-dynamic v0.1.0 (D:\tauri-app\src-tauri\tauri-dynamic)
error: crate `tauri_dynamic` required to be available in rlib format, but was not found in this form

https://github.com/thewh1teagle/tauri-dynamic/issues/1

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