-
Hi,
Is anyone able to help me to track down the cause of this - Not sure it's a frb related error but unsure of what exactly is causing the issue. Feels like I have missed a setup instruction, but have rechecked everything in the Flutter set up instructions, Flutter Doctor is all OK, and flutter and FRB demo apps work fine... Also Rust is working fine. Thanks a lot for any leads! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hmm, maybe check the doc for the the crate that errors (maybe "whoami" crate) or ask there. |
Beta Was this translation helpful? Give feedback.
-
So i didn't get much input from the whoami crate devs yet, but I have found this... very similar looking issue in the rust_lang github issues: As i know.. less than nothing about linkers and static libraries etc..! wondering if you can help me - is there somewhere in the flutter generated files or in the frb glue that i could specify importing the required dependency as per the linked solution? do you think this is likely to work? thanks again |
Beta Was this translation helpful? Give feedback.
This reminds me of https://cjycode.com/flutter_rust_bridge/manual/troubleshooting#linker-complains-undefined-symbols where there are approaches to add e.g.
-lc++
. Not sure whether it helps though...