Chapter 5. Taking Advantage of Source Control in Xcode
In the field of software development, the size of a project can range from one person coding away on his or her laptop, in his or her free time, to hundreds or thousands of developers spread out across the world working 40 hour weeks. Unfortunately, as a team gets larger, the chance of issues increases dramatically. Files may get corrupted while being sent from one developer to another; hardware failures may cause teams to lose weeks, or even months, of progress; coders may modify the same file at the same time, resulting in issues down the line. On teams of any size, a good source code management system can save you from all of these headaches.
In Xcode, we'll be taking advantage of a source ...
Get Learning Xcode 8 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.