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
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
I'm trying to compile desktop app and link tauri crate dynamically on Windows MSVC:
But it failed with this error:
https://github.com/thewh1teagle/tauri-dynamic/issues/1
The text was updated successfully, but these errors were encountered: