-
Notifications
You must be signed in to change notification settings - Fork 971
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
Entitlement for Latest Mac OS #515
Comments
Not sure it's the same root cause yet, but we're seing similar issues with version 10.14 Mojave while 10.13 High Sierra is still working fine |
What worked for me was to add this entitlement:
to the entitlements.mac.plist. |
I think that it is related to the new privacy/authorization flow on OSX, authorizing the app in the |
Oktapodia's suggestion worked for me. Needed to authorize VS code to "control computer" |
Robot JS doesn't work with the lastest mac os.
Expected Behavior
It should send a keyword tap to the user
Current Behavior
It errors out saying "Permission Denied"
Possible Solution
I am guessing it is missing the entitlement required for apps to be notarized in the latest mac os.
Steps to Reproduce (for bugs)
Context
Our electron app stops sending key taps in the latest Mac OS.
Your Environment
The text was updated successfully, but these errors were encountered: