Is it possible to sync only the source codes of xcode project with dropbox?
I hope to synchronize only the sources rather than files in build directory under xcode project.
I sit possible?
Welcome any comment
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 current versions of Xcode, by default, keep the build directory and other intermediate files in a separate directory under
~/Library/Developer/Xcode/DerivedData. Assuming you are using a recent Xcode and haven’t configured it to save build files in your project directory you should be able to place your project directory in your Dropbox folder.