Fix it with brew switch openssl 1.0.2s
.
The version depends on the environment, so check the existing version in ls / usr / local / Cellar / openssl
Use brew switch openssl version name
.
I got this error during pod install
.
It seems that the problem is that the openssl version of ruby is fixed.
I tried brew update && brew upgrade
referring to other articles, but it didn't fix.
There seems to be a solution of "reinstalling ruby", but reinstalling ruby is troublesome. .. ..
I thought, I solved it with haste by the method described in Stack Overflow. https://stackoverflow.com/questions/59006602/dyld-library-not-loaded-usr-local-opt-openssl-lib-libssl-1-0-0-dylib
Recommended Posts