Current version :"frida-compile": "^19.0.4"
Run :frida-compile src/xxx/main.ts -o dist/xxx/ index.min.js-c
Error occurred
Unable to write bundle: ENOENT: no such file or directory, open 'D:\il2cpp-bridge\dist\xxx\index.js'
Since there is no xxx directory, only the directory :'D:\il2cpp-bridge\dist', it will not automatically create the xxx directory. My current solution is to create xxx manually by myself
Current version :"frida-compile": "^19.0.4"
Run :frida-compile src/xxx/main.ts -o dist/xxx/ index.min.js-c
Error occurred
Unable to write bundle: ENOENT: no such file or directory, open 'D:\il2cpp-bridge\dist\xxx\index.js'
Since there is no xxx directory, only the directory :'D:\il2cpp-bridge\dist', it will not automatically create the xxx directory. My current solution is to create xxx manually by myself