question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dyld: lazy symbol binding failed: Symbol not found

See original GitHub issue

Hope you can point me in the right direction. This only happens when i try and set an Icon when creating a DMG. If theirs no icon, it runs successful with signing.

Node: 8.12 MacOS High Sierra (10.13.6)

UPDATE: WOULD BE WILLING TO PAY SOMEONE TO FIX THIS ASAP.

dyld: lazy symbol binding failed: Symbol not found: __ZN4node19GetCurrentEventLoopEPN2v87IsolateE
  Referenced from: /Users/Musicline/Desktop/marks stuff/macos-packager/node_modules/fs-xattr/build/Release/xattr.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN4node19GetCurrentEventLoopEPN2v87IsolateE
  Referenced from: /Users/Musicline/Desktop/marks stuff/macos-packager/node_modules/fs-xattr/build/Release/xattr.node
  Expected in: flat namespace

Just want to point out, ive already tried most of the obvious things, including delete node_modules and rebuilding, even set this up on a new project and same thing happened.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

8reactions
simfercommented, Nov 28, 2018

I fixed it with npm rebuild bcrypt --build-from-source as reported here: https://github.com/kelektiv/node.bcrypt.js/issues/16

0reactions
LinusUcommented, May 27, 2019

I’ve converted node-xattr to use NAPI bindings instead of the v8 ones, so this should be resolved now!

Fixed in 🚢 0.6.0

Read more comments on GitHub >

github_iconTop 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 >
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 >
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 >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found