When getting started with Objective-C and iOS development one of the first things your going to need to do is to learn how to enter code, build it, edit it and run it from within Xcode. In today’s post, we’ll take a step-by-step walk-through of this process and create our first Objective-C application.
Editing, Compiling, Building and Executing
There are four fundamental stages or processes that you will go through during the creation of any Objective-C or iOS application: Editing, Compiling, Linking and Executing. In today’s post we take a closer look at each of these phases and start to establish a basic software development vocabulary that we can build on in future posts.