devinaconley / arduino-plotter

An Arduino library for easy graphing on host computer via serial communication
MIT License
186 stars 31 forks source link

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

Closed idank closed 7 years ago

idank commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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