Closed bruhderek closed 5 months ago
Hi.
You need to either put the extracted gum
/core
devkit files in frida-rust/frida-gum-sys
/frida-rust/frida-sys
directories, or you need to use the auto-download
feature flag, by having something like the following in your cargo.toml:
frida-core = { version = "0.13.6", features = [ "auto-download" ] }
@s1341 Thanks for the info. I solved the problem by putting my libs in /Library/Developer/CommandLineTools/usr/include
instead
Title. I'm on MacOS arm64 and put the necessary files in both
/usr/local/lib
and/usr/local/include
. I also tried usingfrida = [ "frida/auto-download" ]
in cargo.toml to no avail. Here's the build log: