How Do I Work on Xcode Projects on Multiple Computers?

时间:2015-06-30 13:49:55

标签: ios xcode

I am attempting to store my Xcode project files on iCloud Drive, with hopes of accessing them on multiple computers. I am having an issue with a project when accessed from a second computer. The project builds and runs fine in the simulator, but the storyboard is missing objects and just looks completely different.

I am learning git at the moment, so I will eventually handle this properly. But as I learn Swift and programming in general, I thought this method would be easiest for now.

Any ideas what could be causing the storyboard to be different on the second computer?

Thank you.

2 个答案:

答案 0 :(得分:3)

Just spend a day or two to learn git, you will thank yourself later. Saving the files on a cloud drive will lead to many headaches.

答案 1 :(得分:1)

忘了;现在学习git并开始使用它。

bitbucket.org上创建一个帐户以私下存储您的回购,这对于小型(< 5人)团队是免费的。