-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld: symbol(s) not found for architecture arm64 #2104
Comments
Hi, looks like this is because the Rust package you are using does not seem to be happy when compiling to arm64. Maybe ask / check the doc of that package to see whether there is something. |
@mdddj did you resolve this issue and how? Edit: fixed it. |
@j4qfrost Btw curious how did you fix it? This may be helpful for future people as well |
[patch.crates-io]
system-configuration = { git = "https://github.com/mullvad/system-configuration-rs", version = "0.6.0" } Didn't read into the details about why, but this package is at version 0.5.2 on reqwest. They bumped it to 0.6.0 to fix this exact issue but had to roll back because it broke something else. I figured it would be fixed by the time someone had to find this issue. |
I see :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
Describe the bug
can not start by macos
Steps to reproduce
[package]
name = "erp_large_order_loader"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.0.0-dev.40"
reqwest = { version = "0.12.5", features = ["json"] }
tokio = { version = "1", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
Logs
Expected behavior
No response
Generated binding code
No response
OS
Macos
Version of
flutter_rust_bridge_codegen
2.0.0-dev.40
Flutter info
Version of
clang++
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: