Skip to content

MacOS security issues for pd_darwin objects #2

@macumbista

Description

@macumbista

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:

  1. sign the Pd app and disable plugin validation (the app side solution for the Pd devs); or
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions