-
I'm using the code out of the example folder and cant get it to build. I've tried I get the following error
|
Beta Was this translation helpful? Give feedback.
Answered by
vfsfitvnm
May 22, 2025
Replies: 1 comment
-
The
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jaredcat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
frida-il2cpp-bridge
dependency inexample/package.json
points to a local copy ("file:.."
), you either have to:"^0.11.0"
), ormake
in the root folder so that"file:.."
works.