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

listener: OS X El Capitan complains about damaged file #7

Closed
idank opened this issue Feb 11, 2017 · 3 comments
Closed

listener: OS X El Capitan complains about damaged file #7

idank opened this issue Feb 11, 2017 · 3 comments

Comments

@idank
Copy link

idank commented Feb 11, 2017

Looks like the precompiled binary for OS X doesn't work on some versions? When opened I get a dialog saying the file is bad and it moves it to the trash.

Specifically I'm running 10.11.6.

@devinaconley
Copy link
Owner

Okay thanks for letting me know - will try to figure that out. At the very least I need to document which versions are supported.

In the meantime, you can run the listener through the Processing IDE. Further, if you export the application from there, it will definitely work on your own system.

@devinaconley
Copy link
Owner

Looks like this is an issue with Gatekeeper, the new code signing feature for Mac. Seems to be causing problems for all exported Processing applications.

You can either changes security settings to allow applications from all developers, or run/export the listener from Processing on your own system.

@devinaconley
Copy link
Owner

Probably the best option actually: in terminal, run xattr -rc /path/to/listener.app

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

2 participants