TooTallNate / NodObjC

The Node.js ⇆ Objective-C bridge

Home Page:http://tootallnate.github.io/NodObjC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No native build was found for platform=darwin

pranavchaudhary opened this issue · comments

I am using objc: 0.23.0 version in my electron application. followed the build and then electron-rebuild once npm install is complete which is successful. When I run the application, It throws below exception:

Uncaught Exception:
Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=103 uv=1 armv=8 libc=glibc node=16.13.2 electron=18.0.3 webpack=true
loaded from: /Volumes/workplace/
at Function.path (/Volumes/workplace///dist/webpack://node_modules/node-gyp-build/index.js:60:9)
.
.
.

PS: I am using npm and webpack