jawi / ols

OpenBench LogicSniffer repository
http://www.lxtreme.nl/ols/
318 stars 75 forks source link

OSX DMG damaged? #216

Open chino opened 9 years ago

chino commented 9 years ago

When I try to run the bundle installed via DMG and from a local build I get:

“LogicSniffer” is damaged and can’t be opened. You should move it to the Trash.

I was able to run it from the command line using both the runner and with run.sh (after building it my self directly from git) but just having issues with the DMG launcher.

I'm on OSX 10.9.5.

jawi commented 9 years ago

This is the gatekeeper functionality you're running in to. See the FAQ on the wiki for a solution...

chino commented 9 years ago

Hm, I guess I've never seen that one before because it usually just says something like, "This is from the internet do you want to run it?". Could this be because you didn't add an "Identified developer" to the Bundle?

jawi commented 9 years ago

The only fix for this is to enroll in Apple's developer program, which is not without cost (99,= EUR/yr). I'm currently not in the position to invest that only to get rid of this message.

chino commented 9 years ago

Np thanks.

On Tue, Jan 6, 2015, 1:55 PM Jan Willem Janssen notifications@github.com wrote:

The only fix for this is to enroll in Apple's developer program, which is not without cost (99,= EUR/yr). I'm currently not in the position to invest that only to get rid of this message.

— Reply to this email directly or view it on GitHub https://github.com/jawi/ols/issues/216#issuecomment-68913127.

ChrisHughes commented 7 years ago

In case it helps anyone else, on OSX Sierra you can enter sudo spctl --master-disable to turn off Gatekeeper, as the 'Allow from Anywhere' option is no longer available to the end user.