How do I create a new project in Xcode and use this library libStanfordCPPlib.a As you see in the img, I have the library file in my project folder. Yet I can not include any of its classes / functions.

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 need to link the lib file, find the pathname for libStanfordCPPLib.a, then Click the “Assignment2” item on the left hand panel, then find the build-phase tab, then search for Use Lib Path then paste the library folder path there.