yiy*_*iye 13 electron electron-builder
使用电子生成器构建Windows应用程序,注册时,我收到此错误:
dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
Referenced from: /Users/puss/Library/Caches/electron-builder/winCodeSign/winCodeSign-1.7.0/darwin/osslsigncode
Reason: image not found
Run Code Online (Sandbox Code Playgroud)
Uni*_*eak 48
如果您使用的是 MacOS 10.15 (Catalina),请尝试此操作(重新安装 openssl):
brew update && brew upgrade
brew uninstall openssl
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
Run Code Online (Sandbox Code Playgroud)
yiy*_*iye 30
我尝试卸载openssl并重新安装openssl,它工作正常.
brew remove openssl
brew install openssl
Run Code Online (Sandbox Code Playgroud)
Bru*_*ego 30
只需切换到1.0.2t版本,使用以下命令:
brew switch openssl 1.0.2t
Run Code Online (Sandbox Code Playgroud)
小智 13
对我来说,重新安装openssh(不是openssl)是唯一的解决方案。
brew remove openssh
brew install openssh
Run Code Online (Sandbox Code Playgroud)