dyld: lazy symbol binding failed: Symbol not found
See original GitHub issueWhen I run my Electron application on macOS I get such errors right on start of my application, without even calling sharp()
:
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/appleuser/Documents/work/taggy/taggy-desktop/node_modules/sharp/build/Release/sharp.node
Expected in: flat namespace
dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/appleuser/Documents/work/taggy/taggy-desktop/node_modules/sharp/build/Release/sharp.node
Expected in: flat namespace
sharp v0.21.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
dyld: lazy symbol binding failed: Symbol not found ... - GitHub
I use @vue/cli 4.2.3 to build a vue project on my Mac, when running npm run serve, I got some error: dyld: lazy...
Read more >dyld: lazy symbol binding failed: Symbol not found. Expected ...
Run "c++filt (missing symbol)" to demangle and see where you need to call ... The missing symbol's name indicates it's not using C...
Read more >Command line error: dyld: lazy symbol binding failed
Hi Everyone, I am trying to convert a bigWig file to a BedGraph by using the bigWigToBedGraph tool. This failed when trying it...
Read more >61406 (emacs @27.1_2+x11: dyld: lazy symbol binding failed
The problem occurs because Xcode 11 has the macOS 10.15 SDK. Aligned alloc was apparently introduced in 10.15 and the emacs configure script...
Read more >Error dyld: lazy symbol binding failed: Symbol not found
Hi,. Im getting a error message while trying to run co-register. It worked fine on v2.1.7 but I updated to v.2.3.1 during the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
electron-rebuild -f -w sharp
did not work for me for electron 4.0 😦I think we’ll need to open a new issue guys, this one is closed and no one will pay attention to it