Skip to content

failure building with openssl@3, works with [email protected] #30

@stepheneb

Description

@stepheneb

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.

image

see: gitx/gitx#239 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions