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 know there's already a similar issue #308 but I don't have the folders or jx command line program that the users in the thread use. For instance I don't have a ~/.node-gyp/jxb310 folder to delete before rebuilding the modules in my project.
Recap: JXCore works. Noble works. JXCore + Noble does not work:
dyld: lazy symbol binding failed: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup
dyld: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup
Trace/BPT trap: 5
Changing node versions, recompiling, rebuilding, none of those steps worked.
The text was updated successfully, but these errors were encountered:
I know there's already a similar issue #308 but I don't have the folders or jx command line program that the users in the thread use. For instance I don't have a ~/.node-gyp/jxb310 folder to delete before rebuilding the modules in my project.
Recap: JXCore works. Noble works. JXCore + Noble does not work:
dyld: lazy symbol binding failed: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup
dyld: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup
Trace/BPT trap: 5
Changing node versions, recompiling, rebuilding, none of those steps worked.
The text was updated successfully, but these errors were encountered: