You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The motivation for the fork may be relevant: the most recent release does not work in Catalina/XCode11:
Using latest release:
# Cartfile:
github "libgit2/objective-git"
# Build works:
Carthage update
# After including framework in Xcode, build works but get runtime error:
> dyld:
Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
Referenced from: ...
Reason: image not found
Thanks so much for this project! I hope this is a trivial thing to answer - any help would be super appreciated.
How do I build ObjetiveGit.framework with all dependencies included (equivalent to Carthage/Build/Mac/ObjectiveGit.framework)?
I have a fork with changes to run on macOS Cataline/Xcode 11, and have tried everything I can think of:
carthage build
script/cibuild
and more.
Anyone know what to run and where to look for the output?
Thanks!
The text was updated successfully, but these errors were encountered: