Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX Big Sur wont allow usage of libJSyphon.jnilib #40

Closed
nimitch opened this issue Sep 4, 2021 · 3 comments
Closed

OSX Big Sur wont allow usage of libJSyphon.jnilib #40

nimitch opened this issue Sep 4, 2021 · 3 comments
Assignees
Milestone

Comments

@nimitch
Copy link

nimitch commented Sep 4, 2021

when launching a sketch that includes the release version3 (29 Dec 2019) of syphon/processing on Big Sur
the syphon library fails to load

processing - console log output snippet
not valid for use in process using library validation: library load disallowed by system policy

in mac/system prefernces/security and privacy I can accept the code from unknown developer

this time upon starting the sketch an osx alert window states that
("Syphon" is damaged and can't be opened. You should move it to the bin)
and only has options of "move to bin" or "cancel"

recursive removal of extended attributes on the syphon libraries root folder allows the library to run for example :

sudo xattr -cr ~/Documents/Processing/libraries/Syphon/library/

@samyk
Copy link

samyk commented Feb 6, 2022

Thanks, the final command (after accepting security privileges) worked for me on macOS Monterey 12.1 on M1 chip

@codeanticode
Copy link
Member

This should be solve once a signed & notarized release of the library is ready (#42). For the time being, manually setting the library attributes as pointed out by @nimitch is a valid workaround.

@codeanticode codeanticode self-assigned this Mar 12, 2022
@codeanticode
Copy link
Member

This release is signed and notarized so it should not require setting attribs manually:

https://github.com/Syphon/Processing/releases/tag/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants