
Are you sure you have RC.EXE in your $PATH?: Error { kind: NotFound, message: “program not found” }
今天在使用 Tauri 开发桌面应用时,遇到了以下错误:
error: failed to run custom build command for `tauri-app v0.1.0 (E:\code\xxx\tauti\tauri-app\src-tauri)`
Caused by:
process didn't exit successfully: `E:\code\xxx\tauti\tauri-app\src-tauri\target\debug\build\tauri-app-a43ef62060676584\build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=TAURI_CONFIG
cargo:rerun-if-changed=tauri.conf.json
cargo:rustc-check-cfg=cfg(desktop)
cargo:rustc-cfg=desktop
cargo:rustc-check-cfg=cfg(mobile)
cargo:rustc-env=TAURI_ANDROID_PACKAGE_NAME_APP_NAME=app
cargo:rustc-

订阅专栏 解锁全文
1415

被折叠的 条评论
为什么被折叠?



