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
Undefined symbols for architecture arm64:
"_SCDynamicStoreCopyProxies", referenced from:
system_configuration::dynamic_store::SCDynamicStore::get_proxies::hffe7344200e218ae in librust_lib_playwith.a[arm64]350
I will now use flutter_rust_bridge_codegen to generate the project, rely on libp2p, will not run, but have libp2p in the rs file, will report this error
Expected behavior
[dependencies]
flutter_rust_bridge = "=2.3.0"
libp2p = { version = "0.54.1", features = ["tokio", "tcp", "noise", "yamux", "macros","gossipsub"] }
Actual behavior
无
Relevant log output
No response
Possible Solution
No response
Version
No response
Would you like to work on fixing this bug ?
Yes
The text was updated successfully, but these errors were encountered:
Summary
Undefined symbols for architecture arm64:
"_SCDynamicStoreCopyProxies", referenced from:
system_configuration::dynamic_store::SCDynamicStore::get_proxies::hffe7344200e218ae in librust_lib_playwith.a[arm64]350
I will now use flutter_rust_bridge_codegen to generate the project, rely on libp2p, will not run, but have libp2p in the rs file, will report this error
Expected behavior
[dependencies]
flutter_rust_bridge = "=2.3.0"
libp2p = { version = "0.54.1", features = ["tokio", "tcp", "noise", "yamux", "macros","gossipsub"] }
Actual behavior
无
Relevant log output
No response
Possible Solution
No response
Version
No response
Would you like to work on fixing this bug ?
Yes
The text was updated successfully, but these errors were encountered: