How do I add dynamic libraries in iphone xcode? I want to add the lib: “libcrypto.dylib” ( in /usr/lib ). Please guide me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple does not support dynamic linking (edit: to your own libraries) on the iPhone. You can, however, statically link OpenSSL and libcrypto. A precompiled static library and example Xcode project using it are found here: http://github.com/x2on/OpenSSL-for-iPhone