dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib

后端 未结 9 1320
独厮守ぢ
独厮守ぢ 2020-12-13 00:14

Using electron-builder to build Windows app, When signing up, I got this error :

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
          


        
9条回答
  •  攒了一身酷
    2020-12-13 00:55

    If you are in MacOS 10.15 (Catalina), try this (reinstall openssl):

    brew update && brew upgrade
    brew uninstall openssl
    brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
    

提交回复
热议问题