electron-builder: Latest version does not work on MacOS 10.11
- Version: 22.11.7
- Electron Version: 13.1.2
- Electron Type (current, beta, nightly): current
- Target: MacOS x86
I have a Mac running OSX 10.11 . When using an older version of electron-builder like 22.10.5 everything works fine. With the latest version, however, I get the following error:
• electron-builder version=22.11.7 os=15.6.0
• loaded configuration file=/Users/Hannes/_Source/Glue/Glue/electron-builder.json
• writing effective config file=/Users/Hannes/_Source/Glue/release/builder-effective-config.yaml
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/Hannes/_Source/Glue/Glue/node_modules/app-builder-bin/mac/app-builder
Expected in: flat namespace
⨯ /Users/Hannes/_Source/Glue/Glue/node_modules/app-builder-bin/mac/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE failedTask=build stackTrace=Error: /Users/Hannes/_Source/Glue/Glue/node_modules/app-builder-bin/mac/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
at ChildProcess.<anonymous> (/Users/Hannes/_Source/Glue/Glue/node_modules/builder-util/src/util.ts:249:14)
at Object.onceWrapper (events.js:482:26)
at ChildProcess.emit (events.js:375:28)
at maybeClose (internal/child_process.js:1055:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
Is MacOS 10.11 not supported anymore in the latest release?
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 16 (7 by maintainers)
@mmaietta Sure, I just tried all
22.11.xversions. As you can see, they all don’t work.22.11.722.11.622.11.522.11.422.11.322.11.222.11.122.10.5I read on the web that the error comes from changing the minimum OSX SDK version (https://github.com/pocoproject/poco/issues/1453) but I’m not familiar with OSX and its SDKs.
Any news on this?