Skip to content

Error building with Xcode 5.1 #352

Closed
@raheelahmad

Description

@raheelahmad

I followed the README, and at the end I get a few symbols-not-found error upon building the framework. This is on Mavericks with Xcode 5.1.

Undefined symbols for architecture x86_64:
  "_EVP_aes_128_ctr", referenced from:
      _libssh2_crypt_method_aes128_ctr in libssh2.a(crypt.o)
     (maybe you meant: __libssh2_EVP_aes_128_ctr)
  "_EVP_aes_192_ctr", referenced from:
      _libssh2_crypt_method_aes192_ctr in libssh2.a(crypt.o)
     (maybe you meant: __libssh2_EVP_aes_192_ctr)
  "_EVP_aes_256_ctr", referenced from:
      _libssh2_crypt_method_aes256_ctr in libssh2.a(crypt.o)
     (maybe you meant: __libssh2_EVP_aes_256_ctr)

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