You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 8.7.0 version of electron-builder. I am trying to build for MacOS and WIndows. I am very new to electron, I am facing different errors on both builds. And I am using Linux machine for build.
MacOS build error :-
build --mac
Skip app dependencies rebuild because platform is different
Packaging for darwin x64 using electron 1.6.2 to dist/mac ⚠️ Do not use "undefined" as appId, "com.electron.pos" will be used instead ⚠️ macOS application code signing is supported only on macOS, skipping.
Building DMG
Building macOS zip
Error: spawn hdiutil ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Windows build error :-
build --win
Skip app dependencies rebuild because platform is different
Error: Cannot check wine version: Error: Exit code: ENOENT. spawn wine ENOENT
at /home/himanshu/Documents/electron/node_modules/electron-builder/src/packager.ts:300:13
at throw (native)
Please help me resolve this. Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am using 8.7.0 version of electron-builder. I am trying to build for MacOS and WIndows. I am very new to electron, I am facing different errors on both builds. And I am using Linux machine for build.
MacOS build error :-
Skip app dependencies rebuild because platform is different
⚠️ Do not use "undefined" as appId, "com.electron.pos" will be used instead
⚠️ macOS application code signing is supported only on macOS, skipping.
Packaging for darwin x64 using electron 1.6.2 to dist/mac
Building DMG
Building macOS zip
Error: spawn hdiutil ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Windows build error :-
Skip app dependencies rebuild because platform is different
Error: Cannot check wine version: Error: Exit code: ENOENT. spawn wine ENOENT
at /home/himanshu/Documents/electron/node_modules/electron-builder/src/packager.ts:300:13
at throw (native)
Please help me resolve this. Thanks in advance.
The text was updated successfully, but these errors were encountered: