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)

Most upvoted comments

@mmaietta Sure, I just tried all 22.11.x versions. As you can see, they all don’t work.

Version Working on OSX 10.11?
22.11.7 No ❌
22.11.6 No ❌
22.11.5 No ❌
22.11.4 No ❌
22.11.3 No ❌
22.11.2 No ❌
22.11.1 No ❌
22.10.5 Yes ✔

I 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?