Hi, I have a project on my Xcode. I got a new MacBook and was hoping that my project from old MacBook will by synced to my new MacBook Xcode through Xcode cloud.
is there way to copy project from old Mac to new Mac ?
Hi, I have a project on my Xcode. I got a new MacBook and was hoping that my project from old MacBook will by synced to my new MacBook Xcode through Xcode cloud.
is there way to copy project from old Mac to new Mac ?
I use Source Control for this.
My Xcode project is synced to my remote repository.
A second machine can then pull the project from the remote repository.
Either machine can work on the project, and push the changes.
Remote accounts are available on GitHub, GitLab, Bitbucket, etc...
Xcode Cloud is a build service that allows developers to compile and test their apps using Apple's cloud infrastructure. Xcode Cloud is not a file synchronization service. To migrate your project to your new Mac, either use the macOS Migration Assistant, or check it out fresh from your source control repository.