dyld: lazy symbol binding failed: Symbol not found:
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
Soon as i attempt to package...
Had a similar post with a similar error before this is indeed different.
```
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/Musicline/Desktop/Electron Packager/source code/electron-packager/node_modules/macos-alias/build/Release/volume.node
Expected in: flat namespace
```
Could really do with some help on this, having so many problems with this specially when packaged in electron.
Mac OS: 10.13.6
appdmg: 0.6.0
node: 10.16
Would be willing to share any source code etc.
ALSO WILLING TO PAY FOR SOMEONE TO HELP ME WORK THE ISSUE OUT, SERIOUS! SPENT 2 DAYS ON THIS!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the packaged app failure and the native module at node_modules/macos-alias/build/Release/volume.node, using the reported macOS, Node.js, and appdmg versions to reproduce it. Compare the native module's expected V8 symbol with the Electron packaging environment; done means packaging completes and the resulting app launches without the dyld error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript, macos, node.js
- Domain
- desktop, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100