mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 22:57:40 -05:00
在macOS上运行./flutter/ios_arm64.sh报错error[E0412]: cannot find type Frame in this scope #791
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#791
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 @attackers on GitHub (Aug 31, 2022).
error[E0412]: cannot find type
Framein this scope--> libs/scrap/src/common/mod.rs:55:81
|
55 | fn frame<'a>(&'a mut self, timeout: std::time::Duration) -> std::io::Result<Frame<'a>>;
| ^^^^^ not found in this scope
For more information about this error, try
rustc --explain E0412.error: could not compile
scrapdue to previous error[ERROR cargo_lipo] Failed to build "rustdesk" for "aarch64-apple-ios": Executing "/Users/cailei/.rustup/toolchains/1.62.0-x86_64-apple-darwin/bin/cargo" "--color" "auto" "build" "-p" "rustdesk" "--target" "aarch64-apple-ios" "--release" "--lib" finished with error status: exit status: 101
@rustdesk commented on GitHub (Aug 31, 2022):
#763