Getting a bunch of these errors when running the CLI (for KFX Input also):
Code:
'/usr/local/Cellar/openssl@3/3.1.3/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
Might be new issue with macOS Sonoma.
It doesn't appear to affect the function, at least with what I'm doing.
It does prevent
DeACSM plugin from operating (or even loading), so I need to
brew unlink openssl@3 before running that.
Wonder if you have any ideas, my web searches are not returning any useful results, apart from explaining how to ad hoc sign the library (which I'm thinking of doing).
(ad hoc signing didn't have any effect, other than changing the result of
code sign -d -v: still get OSErrors and DeASCM plugin will not load.)