canvas icon indicating copy to clipboard operation
canvas copied to clipboard

Minimum macos version

Open Julusian opened this issue 1 year ago • 2 comments
trafficstars

Is there a specific target for minimum macos version of this library?

Chromium supports macos 10.15, but it appears that this library requires macos 12.

I have some users who are stuck on 10.15 or 11, which would be nice to support if possible. I am open to doing some digging to create a PR myself if this is something that would be accepted.

For reference, the error they are getting is:

Error: dlopen(/Applications/Companion.app/Contents/Resources/node_modules/@napi-rs/canvas-darwin-x64/skia.darwin-x64.node, 1): Symbol not found: __ZTTNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE
  Referenced from: /Applications/Companion.app/Contents/Resources/node_modules/@napi-rs/canvas-darwin-x64/skia.darwin-x64.node
  Expected in: /usr/lib/libc++.1.dylib

Julusian avatar Sep 15 '24 13:09 Julusian