在macOS上运行./flutter/ios_arm64.sh报错error[E0412]: cannot find type Frame in this scope #791

Closed
opened 2026-02-20 17:09:34 -05:00 by deekerman · 1 comment
Owner

Originally created by @attackers on GitHub (Aug 31, 2022).

error[E0412]: cannot find type Frame in 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 scrap due 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

Originally created by @attackers on GitHub (Aug 31, 2022). error[E0412]: cannot find type `Frame` in 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 `scrap` due 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
deekerman 2026-02-20 17:09:34 -05:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@rustdesk commented on GitHub (Aug 31, 2022):

#763

@rustdesk commented on GitHub (Aug 31, 2022): #763
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rustdesk#791
No description provided.