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'm able to reproduce this issue when I use Node 16/18 + arch x64 on macOS Monterey : Macbook Pro M1 (ARM).
arch -x86_64 zsh
nvm use 18
node main.js
---> dyld[7497]: missing symbol called
If I build the native module in ARM, and use Node.js ARM (process.arch), it works, but if I build the nodejavabridge in x64 arch, it gives me "missing symbol called" too.
I also tried to build the native module on a real x64 macOS virtual machine, then force use it by patch-packaging the bridge, without success.
Just for context, I'm using pkg, I would like to build a x64 executable and run it with Rosetta.
When I try to do something like this (i.e. basic stuff)…
…I get an error like this:
environment
Any idea what’s going wrong?
The text was updated successfully, but these errors were encountered: