mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Target of URI doesn't exist: 'package:flutter_hbb/generated_bridge.dart' #2344
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangping1109 on GitHub (Dec 12, 2023).
Bug Description
flutter run.sh file execution failed
How to Reproduce
flutter> ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ../src/flutter_ffi.rs --dart-output
./lib/generated_bridge.dart --c-output ./macos/Runner/bridge_generated.h
2023/12/12 16:19:33 [INFO] Running cargo expand in 'E:/rustapp/rustdesk/flutter/..'
2023/12/12 16:21:19 [WARN] command="cargo" "expand" "--theme=none" "--ugly" stdout= stderr= Compiling scrap v0.5.0 (E:\rustapp\rustdesk\libs\scrap)
error: failed to run custom build command for
scrap v0.5.0 (E:\rustapp\rustdesk\libs\scrap)Caused by:
process didn't exit successfully:
E:\rustapp\rustdesk\target\debug\build\scrap-3bbaaba4ac059a1a\build-script-build(exit code: 101)[ERROR] panicked at C:\Users\Administrator.cargo\registry\src\index.crates.io-6f17d22bba15001f\flutter_rust_bridge_codegen-1.82.4\src\commands.rs:316:17:
cargo expand returned empty output
Expected Behavior
Missing file, unable to compile
Operating system(s) on local side and remote side
windows 10
RustDesk Version(s) on local side and remote side
master
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Dec 12, 2023):
#763