Skip to content

zig 0.14.0-dev.2487+af89bb05d build for macOS 10.15

Choose a tag to compare

@s-u s-u released this 16 Dec 01:23
· 54 commits to master since this release
af89bb0

This is a build of zig which works on macOS 10.15 (Catalina) unlike the binaries from https://ziglang.org/download/ which result in the following error:

dyld: lazy symbol binding failed: Symbol not found: ___ulock_wait2
  Referenced from: zig (which was built for Mac OS X 13.0)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___ulock_wait2
  Referenced from: zig (which was built for Mac OS X 13.0)
  Expected in: /usr/lib/libSystem.B.dylib

Abort trap: 6

since they target macOS versions which are way too recent to run on most Intel Macs. So if you see the above error, just use the binary below instead.