Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.76 KB

project-setup.md

File metadata and controls

30 lines (21 loc) · 1.76 KB

Project Setup

Setting up a project on Xcode is fairly straight forward, It'll follow a similar pattern on all projects unless specifed.

Lets kick things off by creating a ** new Project**

1. select new project 2. select type of application
1 2
3. select project name 4. voila!
3 4

Setup Provisioning by registering an Apple ID

  • Add an account if you don't have one setup. (any iTunes account will work, we do not require the special developers account)
  • Plug in your iPhone
  • You should now be able to link your phone to this registered account

screen shot 2016-11-01 at 12 43 57

Known Issue
If you are having trouble connecting your phone or Xcode showing an error message like such:
screen shot 2016-11-01 at 12 50 12
Then please select your iPhone from the dropdown list shown here: screen shot 2016-11-01 at 12 50 37 This will solve the issue
Known Issue