-
Notifications
You must be signed in to change notification settings - Fork 280
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
MacOS error: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib #699
Comments
I finally got ObjectiveGit working on macOS 10.15.1 Catalina and Xcode 11! Here's a quick recap of the problems I ran into and the eventual solution - hopefully useful for anyone running into similar issues dow: the road. Problem & Solution:First I tried installing the latest release (0.14.2) with carthage, using Cartfile entry:
But then macOS fails with error:
After many different attempts, I finally managed to get everything working by forking the repository, creating a branch off of the latest release, and using that as my Cartfile dependency:
I had to jump through a few additional hoops to get everything finally working, not necessarily related to this library, but worth noting:
This makes it work! Why? I'm not certain, but my guess is that because the latest |
I faced the exact same problem (
This was just using @marcuswestin's intuition that the solution was to force Carthage to build from source, and finding the |
Hi, I would love help getting ObjectiveGit running on macOS.
I'm on Catalina 10.15.1 and Xcode Version 11.1.
I'm building using Carthage, following all the steps.
iOS seems to work fine.
MacOS does not:
Looking in
/usr/local/opt/openssl/lib/
I seelibcrypto.1.1.dylib
, but notlibcrypto.1.0.0.dylib
.(If relevant at all, I was able to get https://www.github.com/SwiftGit2/SwiftGit2 to run on macOS)
Any pointers would be super, super appreciated!
Thanks
The text was updated successfully, but these errors were encountered: