After creation of a new project under XCode I have the following directory structure:
* project
* projectTests
* project.xcodeproj
Do you usually nest third-party modules under the project session or under the root of application?
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.
Ibo, it doesn’t matter. Files in Xcode that appear to be in folders, are really just put in quasi-folders that Xcode creates In your project’s XML. If you actually took a look at the REAL folder (on your desktop) then you would see the files are out of order. It doesn’t matter at all. It’s your preference as to where things go.