frida-swift icon indicating copy to clipboard operation
frida-swift copied to clipboard

FAILED: subprojects/frida-core/src/frida-helper

Open qwe6339565 opened this issue 1 year ago • 3 comments

FAILED: subprojects/frida-core/src/frida-helper /usr/local/opt/[email protected]/bin/python3.12 ../subprojects/frida-core/tools/post-process.py macos x86_64 '>>>' /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -Sx '<<<' true '>>>' /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool '<<<' '>>>' /usr/bin/codesign '<<<' '>>>' '<<<' subprojects/frida-core/src/frida-helper subprojects/frida-core/src/frida-helper-raw executable re.frida.Helper ../subprojects/frida-core/src/darwin/frida-helper.xcent

======================================================== When I use the make command, an error is reported in the final stage

qwe6339565 avatar Jun 11 '24 10:06 qwe6339565

I have the same problem on m1, can anyone know something? npm error /opt/homebrew/opt/[email protected]/bin/python3.12 ../subprojects/frida-core/tools/post-process.py macos arm64 '>>>' /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -Sx '<<<' true '>>>' /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool '<<<' '>>>' /usr/bin/codesign '<<<' '>>>' '<<<' subprojects/frida-core/src/frida-helper subprojects/frida-core/src/frida-helper-raw executable re.frida.Helper ../subprojects/frida-core/src/darwin/frida-helper.xcent

liukai234 avatar Jul 03 '24 15:07 liukai234

I use command: npm install frida

liukai234 avatar Jul 03 '24 15:07 liukai234

I use command: npm install frida

your error has nothing to do with swift binding, just npm failed to find a prebuild package for your nodejs

ChiChou avatar May 16 '25 17:05 ChiChou