-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I'm running MacOS 10.15.7 Catalina here. The hardened security permissions of the OS are not allowing your Pure Data objects to be loaded:
/Users/macumbista/Documents/PureData/FluidCorpusManipulation/fluid.bufmfcc.pd_darwin: code signature in (/Users/macumbista/Documents/PureData/FluidCorpusManipulation/fluid.bufmfcc.pd_darwin) not valid for use in process using Library Validation: library load disallowed by system policy
fluid.bufmfcc
... couldn't create
Some ideas for a fix can be found here:
https://cutecoder.org/programming/shared-framework-hardened-runtime/
Suggestions from the Pure Data mailing list are:
- sign the Pd app and disable plugin validation (the app side solution for the Pd devs); or
- use externals built for a min version of macOS 10.9 (the library side solution for you as the external devs)
(See: https://www.mail-archive.com/[email protected]/msg02369.html )
If you know of any other user-space workarounds from your testing I would love to hear them.