ols icon indicating copy to clipboard operation
ols copied to clipboard

OSX DMG damaged?

Open chino opened this issue 11 years ago • 5 comments

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.

chino avatar Jan 04 '15 20:01 chino

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

jawi avatar Jan 05 '15 09:01 jawi

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?

chino avatar Jan 05 '15 18:01 chino

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.

jawi avatar Jan 06 '15 18:01 jawi

Np thanks.

On Tue, Jan 6, 2015, 1:55 PM Jan Willem Janssen [email protected] 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.

chino avatar Jan 06 '15 19:01 chino

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.

ChrisHughes avatar Oct 13 '16 20:10 ChrisHughes