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

call.app, don't have permission to open #7

Open
kimaldis opened this issue Jul 29, 2021 · 0 comments
Open

call.app, don't have permission to open #7

kimaldis opened this issue Jul 29, 2021 · 0 comments

Comments

@kimaldis
Copy link

Running an Electron app containing the code below I get a popup error: 'you do not have permission to open the application "xcall.app" '. Bear opens with the correct note showing so it appears to be working, but messy. I've checked permissions.

Running MacOS Monterey, 12.0 Beta

const xcall = require('xcall');
const client = new xcall('bear');

client.call('open-note', { title: "Root" })
        .then((note) => {
            console.log(note);
        })
        .catch( (err) => {
            console.log( "err", err )
        })

Screenshot 2021-07-29 at 08 31 48

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

1 participant