I want to use source-control in my project and also work from different computers on the same project. Is it possible to simply use XCODE's "Create local Git-Repository" - function to do this? The project files could be shared via Dropbox over different computers. Is that possible or are there any problems to fear with that solution?
Asked
Active
Viewed 36 times
0
-
2I personnally do not recommend Dropbox as a mean of sharing git repo (http://stackoverflow.com/a/31629250/6309) – VonC Feb 21 '16 at 10:18
-
1With Dropbox, you can't keep and inspect the history of your codebase, merge changes, etc. Bad idea. Stick with Git (or some proper version-control system). – jub0bs Feb 21 '16 at 10:20
1 Answers
0
I'm afraid that XCode doesn't support uploading to Dropbox. Please try some vcs like git.

Wojciech Kulma
- 6,186
- 3
- 18
- 27