Kotlin Native build for MacBook target seems to require macOS 10.12

I’ve built the “objc” sample using the latest Kotlin Native but when I try to run it it tells me it can’t load /usr/lib/libate.dylib which only appears in macOS 10.12 and I’m running 10.11.4. Is there a way of avoiding this dependency, like configuring the build or rebuilding the platform libraries?

Unfortunatley I can’t just upgrade to macOS 10.12.

1 Like