Skip to content
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

dyld: lazy symbol binding failed: Symbol not found #35

Open
kgsnaidu opened this issue May 27, 2019 · 2 comments
Open

dyld: lazy symbol binding failed: Symbol not found #35

kgsnaidu opened this issue May 27, 2019 · 2 comments

Comments

@kgsnaidu
Copy link

kgsnaidu commented May 27, 2019

Not sure why I am getting this issue, I am not able to reproduce outside of my project

dyld: lazy symbol binding failed: Symbol not found: __ZN4node19GetCurrentEventLoopEPN2v87IsolateE
  Referenced from: /Users/myname/workfolder/apps/node_modules/iltorb/build/bindings/iltorb.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN4node19GetCurrentEventLoopEPN2v87IsolateE
  Referenced from: /Users/myname/workfolder/apps/node_modules/iltorb/build/bindings/iltorb.node
  Expected in: flat namespace
webpack: "^4.20.2",
brotli-webpack-plugin: "^1.1.0",
node: v8.9.4
yarn: 1.15.2

if I downgrade the version of iltorb dependency, I am not getting this issue but If I use the default version of "iltorb": "^2.0.1" of brotli-webpack-plugin then I am getting this issue.

I am using yarn, any thoughts?

@lucky13820
Copy link

I am getting the same error. couldn't fix it

@ItsSaravananRajendran
Copy link

@kgsnaidu To which version did you downgrade iltorb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants