December 2015
Beginner
336 pages
9h 13m
English
As Apple’s hallmark software development platform for Mac and iOS app creation, Xcode is the tool that virtually every Swift developer needs to know and use in order to make the most of the language. Up to now, you have had very light interaction with Xcode—specifically when creating your playgrounds. But Xcode is so much more, as you’ll soon learn. It can do a lot to help you hone your Swift skills and make the best apps possible.
Xcode is an integrated development environment (IDE). Essentially, it’s a system of integrated components that make writing, debugging, and testing software easier. The major components of any modern IDE are:
Compiler—Turns your human-readable source code into processor-specific executable ...