Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropbox and Xcode

I would like to start developing my cocoa app on two different machines. I'm not sure of the easiest way to achieve this, but was considering using my dropbox folder. Will xcode be ok with this? Is this a common approach and does it work well? Are there some common 'gotcha's I should look out for?

like image 575
Ben Packard Avatar asked May 01 '26 06:05

Ben Packard


1 Answers

As mentioned in the comment above, I'd suggest you use a version control system like git.

Also, keep in mind that app store distribution signing can fail mysteriously when the project is located inside a Dropbox directory. I made this mistake when I released Textual and keep paying the price every time I cut a release.

like image 86
Justin Searls Avatar answered May 02 '26 21:05

Justin Searls