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
I finally managed to build frida-swift-bridge on Windows. The problem may be caused by older versions of tsc and frida-compile that have been installed globally. So you just have to make sure to use the versions of tsc and frida-compile that are installed locally into node_modules\.bin directory by the npm install command:
Just compile (no watch and automatic recompile in case of source files changes) execute:
You can see that it had worked by the size of the generated _agent.js. The defect version which causes ReferenceError: 'require' is not defined has ~1 KB. The correct version has 145 KB.
ReferenceError: 'require' is not defined
at (loader.js:1)
The text was updated successfully, but these errors were encountered: