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

ExManCmd: The executable does not have the hardened runtime enabled #58

Open
phips28 opened this issue Aug 21, 2019 · 1 comment
Open

Comments

@phips28
Copy link

phips28 commented Aug 21, 2019

Hello,

I use ZXPInstaller to create my own installer. It installs a fixed .zxp extension. So far so good.

I can sign my app with electron-osx-sign, so far so good.

Now I want to notarize the app with apple to have a distribute-able/safe app without getting blocked by Gatekeeper.
Source: https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution
Tutorial: https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/

When I notarize the app I get the following error:

"issues": [  
  {  
  "severity": "error",  
  "code": null,  
  "path": "AppNameRemoved.zip/AppNameRemoved.app/Contents/Resources/app.asar.unpacked/bin/OSX/Contents/MacOS/ExManCmd",  
  "message": "The executable does not have the hardened runtime enabled.",  
  "docUrl": null,  
  "architecture": "x86_64"  
  }  
  ] 

Is there a way to get a ExManCmd executeable with hardened runtime enabled? Couldnt find any sources for ExManCmd to compile it myself.

Thank you for your help!

@seyoon20087
Copy link

The documentation you noted is outdated and no longer officially supported; please check the official documentation instead

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

2 participants