-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M1 mac 不支持调试 bridge #579
Labels
bug
Something isn't working
Comments
现在提供的都是 x86 版本,m1 的话估计要自己编译一份 |
看起来只把 libkraken_jsc �编译成 arm64 的 dylib 还不够,还需要 devtool jsc, websocket 都要搞一下。 |
jsc 的构建会比较麻烦,可以先去掉对应的插件。 |
有可能你还是运行在 x86 模式下 |
🙏🙏🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用的 Kraken 版本 | What version of kraken are you using
0.8.1
重现步骤 | Steps To Reproduce
env: m1 mac book pro
CLion 按照 https://openkraken.com/guide/contribute/development 配置好后,debug 报错。
重现代码 | Code example:
预期结果 | Expected results:
可以调试
实际结果 | Actual results:
/Users/xxxxx/Documents/tools/kraken/kraken/example/build/macos/Build/Products/Debug/kraken_example.app dyld: Library not loaded: @rpath/libkraken_jsc.dylib Referenced from: /Users/xxxxx/Documents/tools/kraken/kraken/example/build/macos/Build/Products/Debug/kraken_example.app/Contents/Frameworks/libkraken_devtools_jsc.dylib Reason: no suitable image found. Did find: /Users/xxxxx/Documents/tools/kraken/kraken/example/build/macos/Build/Products/Debug/kraken_example.app/Contents/MacOS/../Frameworks/libkraken_jsc.dylib: mach-o, but wrong architecture /Users/xxxxx/Documents/tools/kraken/kraken/example/build/macos/Build/Products/Debug/kraken_example.app/Contents/MacOS/../Frameworks/libkraken_jsc.dylib: mach-o, but wrong architecture Signal: SIGABRT (signal SIGABRT) Process finished with exit code 9
The text was updated successfully, but these errors were encountered: