In iPhone Development, generally we use Xcode.
Now, we manage different groups within our project.
my Question is how do you copy the entire group (with including files in it) and paste within same project or other project?
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.
Right/Ctrl click on the group you want to copy and select “Reveal in Finder.” Select the files you want to import into the new project, and then just drag and drop into the new XCode project, being sure to select the “copy these files” check box that pops up. To import into the same project, you’ll need to have different file names but you essentially follow the same process.