on mac 11.7, when i call officeCrypto.isEncrypted(buffer), the following error occurs:
dyld: lazy symbol binding failed: Symbol not found: _ucal_getTimeZoneOffsetFromLocal
Referenced from: /Users/xx/.bun/bin/bun (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libicucore.A.dylib
it seems cfb.js has some problem with macos 11.x.
it also might come form bun. i'm using bun 1.1.20, which need osx 12,my mac version is 11.7
on mac 11.7, when i call officeCrypto.isEncrypted(buffer), the following error occurs: dyld: lazy symbol binding failed: Symbol not found: _ucal_getTimeZoneOffsetFromLocal Referenced from: /Users/xx/.bun/bin/bun (which was built for Mac OS X 12.0) Expected in: /usr/lib/libicucore.A.dylib
it seems cfb.js has some problem with macos 11.x. it also might come form bun. i'm using bun 1.1.20, which need osx 12,my mac version is 11.7