GithubHelp home page GithubHelp logo

Comments (13)

nicolas-p avatar nicolas-p commented on June 15, 2024

I really think this is because of the Gatekeeper function that Apple built into macOS.

On a version before Sierra, you could have gone to System Preferences > Security and Confidentiality and set "Allow applications downloaded from" to "Anywhere".

But now on Sierra that option is hidden by default so you have to type this into a terminal:
sudo spctl --master-disable

Please tell me if this works for you or not.

from skov.

neoneye avatar neoneye commented on June 15, 2024

Image of macOS Security and Privacy settings

It didn't help.

There is no process running named anything with Skov.

It's been a long time since I last made a macOS app. I will try different things.

from skov.

neoneye avatar neoneye commented on June 15, 2024

If I run skov from command line, then it starts up the UI. Like this:

PROMPT> ./Skov.app/Contents/MacOS/skov

However if I try to use the open command, I get an error, like this. Nothing happens.

PROMPT> open Skov.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Skov/Skov.app.
PROMPT>

from skov.

nicolas-p avatar nicolas-p commented on June 15, 2024

You're the second person telling me this. It's difficult for me to find the cause of the problem because it works fine on my computer (macOS 10.12.1 Sierra, just like you).

The way I build the Skov app bundle is that I take the Factor app bundle and I run a script to modify it. I guess there is something in this process that I didn't do properly.

from skov.

orr721 avatar orr721 commented on June 15, 2024

I have the same problem on my system. Mac OS Sierra 10.12.1.

from skov.

nicolas-p avatar nicolas-p commented on June 15, 2024

I am starting to think that this is because I changed the name of the app from Factor to Skov.

@mrjbq7, would you have any idea how to solve this?

from skov.

neoneye avatar neoneye commented on June 15, 2024

Removing the extended attributes worked for me

PROMPT> xattr -rc Skov.app
PROMPT> open Skov.app
PROMPT>

Now the UI starts up.

from skov.

jkleiser avatar jkleiser commented on June 15, 2024

I'm using macOS Sierra, and I got the same “Skov.app” is damaged and can’t be opened. Doing the xattr -rc Skov.app fixed it for me too. Thanks.

from skov.

nicolas-p avatar nicolas-p commented on June 15, 2024

If I do xattr Skov.app, I get com.apple.quarantine. This must be because I originally dowloaded the Factor app with Safari. I will remove the attribute and re-upload the application. Thanks very much for the solution, I would never have found it myself.

from skov.

nicolas-p avatar nicolas-p commented on June 15, 2024

I've updated skov-macos-2016-11-25.dmg. Could any one of you try to download it again and tell me if it works?

from skov.

neoneye avatar neoneye commented on June 15, 2024

The updated doesn't work. I downloaded it from here skov.software.

Running xattr -rc Skov.app fixed it.

from skov.

nicolas-p avatar nicolas-p commented on June 15, 2024

This is strange. I downloaded the new image and I did xattr Skov.app: the result was empty. I tested with the previous image and I got com.apple.quarantine. So in the new one, the extended attributes have really been removed.

from skov.

mrjbq7 avatar mrjbq7 commented on June 15, 2024

For some reason, xattr -rc Skov.app didn't work for me, but doing it to the DMG did?

$ xattr -rc skov-macos-2016-11-25.dmg

from skov.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.