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
On Apple Silicon (M4 Pro), I have an issue building while using Flutter_Rust_Bridge. This error occurs whether i build for arm64 or x86_64.
I can build the same code on windows x86_64 and linux arm64 with no issues.
I'm looking for some leads as to what could be causing this. I have contacted the owner of Flutter_Rust_Bridge but they say the issue is with this crate.
Could you provide any help - this crate is a depenency of many larger crates, so it is impeding their use on apps with a flutter UI.
The error is:
Undefined symbols for architecture arm64:
"SCDynamicStoreCopyComputerName", referenced from:
whoami::os::target::$LT$impl$u20$whoami..os..Target$u20$for$u20$whoami..os..Os$GT$::devicename::MYDEVICENAME in librust_lib_db_app.a[arm64]154
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Many thanks for any help you can provide
The text was updated successfully, but these errors were encountered:
Hi,
On Apple Silicon (M4 Pro), I have an issue building while using Flutter_Rust_Bridge. This error occurs whether i build for arm64 or x86_64.
I can build the same code on windows x86_64 and linux arm64 with no issues.
I'm looking for some leads as to what could be causing this. I have contacted the owner of Flutter_Rust_Bridge but they say the issue is with this crate.
Could you provide any help - this crate is a depenency of many larger crates, so it is impeding their use on apps with a flutter UI.
The error is:
Undefined symbols for architecture arm64:
"SCDynamicStoreCopyComputerName", referenced from:
whoami::os::target::$LT$impl$u20$whoami..os..Target$u20$for$u20$whoami..os..Os$GT$::devicename::MYDEVICENAME in librust_lib_db_app.a[arm64]154
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Many thanks for any help you can provide
The text was updated successfully, but these errors were encountered: