How does one add additional targets to an iphone application?
I would like to add the following targets: CFNetwork.framework, SystemConfiguration.framework and libz.1.2.3.dylib to my app to be able to use twit pic
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.
You mean adding these frameworks to your xCode project ?
Just do a right clic on the Frameworks folder, “Add”, “Add an existing Framework”. 🙂
And don’t forget to #import the frameworks in the file which need them !