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
Building gitx I got this error building the ObjectiveGit.framework in xcode 13.2.1 on macos 11.6.3.
Undefined symbols for architecture x86_64:
"_EVP_PKEY_id", referenced from:
__libssh2_ed25519_new_private_frommemory in libssh2.a(openssl.o)
__libssh2_pub_priv_keyfile in libssh2.a(openssl.o)
__libssh2_pub_priv_keyfilememory in libssh2.a(openssl.o)
ld: symbol(s) not found for architecture x86_64
Building succeeded adding LDFLAGS="-L/usr/local/opt/[email protected]/lib" to the ObjectiveGit.framework target build settings.