1
1
Q
Q
u
u
i
i
c
c
k
k
S
S
t
t
a
a
r
r
t
t
I
I
n
n
f
f
o
o
This chapter explains bare minimum to get you started with XCode.
This chapter teaches how to: install XCode, perform basic setup, create project, run app on simulator and physical device.
Follow Basic Steps from the below image to get your first application up and running in no time.
Think about this chapter as basic plumbing that needs to go around every app that you make.
It will not be exciting but it is essential before you can start making some real applications.
We will create a simple Hello World application just to have something to confirm that everything is running properly.
Basic Settings are needed only if you intend to Run your app on Physical Device.
You can skip those steps for now if you are ok with running the app only in the Simulator.
Basic Steps
XCode
Create Project
Add Button
Add developer
account to XCode
Automatically
manage signing
Run on
Physical Device
Run on
Simulator
Install
Basic Settings
Create Application