iOS导入支付宝报错

    xiaoxiao2021-12-14  19

    Undefined symbols for architecture arm64:

      "_EVP_DecodeBlock", referenced from:

          _dataFromBase64String in openssl_wrapper.o

      "_BIO_free_all", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

      "_PEM_read_bio_RSA_PUBKEY", referenced from:

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

      "_RSA_verify", referenced from:

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

      "_BIO_new", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

      "_EVP_EncodeBlock", referenced from:

          _base64StringFromData in openssl_wrapper.o

      "_PEM_read_bio_RSAPrivateKey", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

      "_RSA_check_key", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

      "_SHA1", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

         (maybe you meant: __Z24alisec_crypto_SHA1_blockP26alisec_crypto_shastate_st_Pmi)

      "_RSA_sign", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

      "_BIO_ctrl", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

      "_BIO_s_file", referenced from:

          _rsa_sign_with_private_key_pem in openssl_wrapper.o

          _rsa_verify_with_public_key_pem in openssl_wrapper.o

    ld: symbol(s) not found for architecture arm64

    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    添加libcrypto.a  和 libssl.a 第三方库

    第三方库查看支付宝demo

    转载请注明原文地址: https://ju.6miu.com/read-965738.html

    最新回复(0)