i m having trouble in setting this up. I have created libTest.dylib but I m not able to use this in my iPhone app. It gives me an error “test.h : No such file or directory”. How can I use this library in my app.
Thanks.
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.
Static library extension is .a
You have a dynamic library and you can’t use it on iPhone
Look at this tutorial http://blog.boreal-kiss.net/2011/03/15/how-to-create-universal-static-libraries-on-xcode-4/