I’m new to Xcode and have a set of instructions for a library that I need to import.
The documentations says:
Please add X.h and X.m into project by clicking Classes, Add and
Existing Files.
Q: Where is the “Classes” menu?
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.
There is no “classes” menu per-say.
You want to right click(or CMD + Click) on the folder containing your actual project visible in the left pane of XCode 4(The Project Navigator, or CMD + 1) and add existing files.
Alternatively, you can also go through Files -> Add Files to “Project”. Then select your files.
Regardless of how you do it, make sure to check the box that says “Copy item’s into destination groups folder. (If Needed)”