NativeScript / NativeScript/runtimes

Current Issue Notes

Open
#13 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
25
Forks
4
Avg merge
5d 19h
Merged PRs (30d)
3

Description

Using the following:

  • napi-v8:

Issue A

console.log({ id: 25, name: 'Masip', role: 'Goalkeeper' })

issue: prints:

[object Object]

solution: should print:

  {
    "id": 25,
    "name": "Masip",
    "role": "Goalkeeper"
  }
  • napi-quickjs:

Same as Issue A above.

  • napi-hermes:

Issue A

Crash on launch.

Library not loaded: @rpath/hermes.framework/hermes
Referenced from: <113E65A5-19FC-399F-B52D-675EF62F69B9> /Users/USER/Library/Developer/CoreSimulator/Devices/01B0F908-3322-4240-8AE9-74F35931A1D0/data/Containers/Bundle/Application/89AA2971-6D1B-48F2-9FFD-C14578471DFD/sample.app/Frameworks/NativeScript.framework/NativeScript
Reason: tried: '/Library/Developer/CoreSimulator/Volumes/iOS_23A5276e/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 26.0.simruntime/Contents/Resources/RuntimeRoot/Users/dj/Developer/Projects/NativeScript/ios-next/NativeScript/libffi/iphonesimulator-universal/hermes.framework/hermes' (no such file), '/Users/dj/Developer/Projects/NativeScript/ios-next/NativeScript/libffi/iphonesimulator-universal/hermes.framework/hermes' (no such file)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the separate napi-v8, napi-quickjs, and napi-hermes reports first; the payload does not identify source files or tests. Reproduce the object-printing behavior and the napi-hermes launch crash, then document completion as corrected output for the first two runtimes and a launch without the missing hermes.framework error.

Written by the indexing model from the issue text.

Assessment

Domain
mobile-dev, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.