Skip to content

Current Issue Notes #13

@NathanWalker

Description

@NathanWalker

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions