-
Notifications
You must be signed in to change notification settings - Fork 101
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
Verification error on macOS Catalina #48
Comments
What do you mean by "run"? Could you give a code example? It works for me on Catalina. |
Does it work without getting it notarized? I tried to integrate font-manager into an Adobe CEP extension, which uses Node.js v7.7.4. font-manager was locally installed in the folder of the extension. The extension works as expected in macOS High Sierra and Mojave, but gives the above error in Catalina: ("fontmanager.node" cannot be opened because the developer cannot be verified). I'm guessing the C++ source files have to be re-compiled and notarized for it to work correctly? |
Yeah I didn't do anything to notarize it. You're getting that with just |
No, the error does not come with just
I'm guessing that is the point where it tries to access |
When you try to run font-manager on macOS Catalina, you get an error: "fontmanager.node" cannot be opened because the developer cannot be verified. Will notorization resolve this issue?
The text was updated successfully, but these errors were encountered: