Copy pasting files in finder works, but I cannot view them in xcode. I am an xcode newbie, so pardon me if its a noob question.
Share
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.
The project navagator in XCode with the folders and files has nothing to do with what files are in your project folder in Finder. You will see that the navigator contains ‘folders’ that do not even exist in the directory on the Mac.
Once you’ve dropped the files into the project directory, you need to add them to the project. Right click the folder in the navigator you would like the files to go into, and select “add files to ‘your project name'”
Alternatively you can drag files from one Xcode project to another in the navigator.
Hope this helps.