LinusU / LinusU/swift-napi-bindings
dyld: Library not loaded: @rpath/libswiftCore.dylib
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 30
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using this on older versions of Mac OS (High Sierra for example), causes this error:
`dyld: Library not loaded: @rpath/libswiftCore.dylib`
Anyway to indicate that the build should embed that?
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 by reproducing the `dyld: Library not loaded: @rpath/libswiftCore.dylib` failure on an older macOS version such as High Sierra. Inspect the build and linking settings that determine whether Swift runtime libraries are embedded. Done means the resulting build runs without this missing-library error on the affected macOS versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100