Hi,
one more problem in my project.
I now get the following error when buliding for iOS
Undefined symbols for architecture x86_64:
"_RDOPENSSL_issetugid", referenced from:
_RDRAND_file_name in libRDPDFLibSDK.a(randfile.o)
"_RDPEM_X509_INFO_read_bio", referenced from:
_RDX509_load_cert_crl_file in libRDPDFLibSDK.a(by_file.o)
"_RDPEM_read_bio_X509_AUX", referenced from:
_RDX509_load_cert_file in libRDPDFLibSDK.a(by_file.o)
"_RDPEM_read_bio_X509_CRL", referenced from:
_RDX509_load_crl_file in libRDPDFLibSDK.a(by_file.o)
"_rdjpeg_stdio_dest", referenced from:
CRDBmp32::output_jpg(char const*, int, int) in libRDPDFLibSDK.a(RDBmp.o)
ld: symbol(s) not found for architecture x86_64
clang : error : linker command failed with exit code 1 (use -v to see invocation)
MTOUCH : error MT5210: Native linking failed, undefined symbol: _RDOPENSSL_issetugid. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
MTOUCH : error MT5210: Native linking failed, undefined symbol: _RDPEM_X509_INFO_read_bio. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
MTOUCH : error MT5210: Native linking failed, undefined symbol: _RDPEM_read_bio_X509_AUX. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
MTOUCH : error MT5210: Native linking failed, undefined symbol: _RDPEM_read_bio_X509_CRL. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
MTOUCH : error MT5210: Native linking failed, undefined symbol: _rdjpeg_stdio_dest. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
MTOUCH : warning MT5215: References to 'System' might require additional -framework=XXX or -lXXX instructions to the native linker
MTOUCH : warning MT5215: References to 'System.Net.Security' might require additional -framework=XXX or -lXXX instructions to the native linker
MTOUCH : warning MT5215: References to 'Kernel32' might require additional -framework=XXX or -lXXX instructions to the native linker
MTOUCH : warning MT5215: References to 'libEGL' might require additional -framework=XXX or -lXXX instructions to the native linker
MTOUCH : error MT5202: Native linking failed. Please review the build log.
Thanks again for any help!
Regards
Thomas.