November 2013
Beginner
325 pages
9h 47m
English
It is time to run your program and see what it does. This is a two-step process. Xcode builds your program and then runs it. When building your program, Xcode prepares your code to run. This includes checking for syntax and other kinds of errors.
In the upper lefthand corner of the project window, find the button that looks suspiciously like the play button in iTunes or on a DVD player. If you leave your cursor over that button, you will see a tool tip that says Build and then run the current scheme. Click this button.
If all goes well, you will be rewarded with the following:
If not, you will get ...
Read now
Unlock full access