user978112
user978112

Reputation: 151

How to test App on a real iphone using Xcode 6?

As Xcode 6 is quite new, and the layout is a bit different from Xcode 5. I have no idea how to test my App on a real iphone using Xcode 6. I want to test my App on my iPhone 5s. I have joined the developer programme. Are there any step by step tutorials? Thank you.

Upvotes: 4

Views: 6710

Answers (3)

DaSilva
DaSilva

Reputation: 1358

After xCode5 this process is more easier. Plug your device, run you project with the device selected

enter image description here

xcode will automatically created a provision profile for you.

You need first to associate your apple account with xcode

xCode->Preferences->Accounts

Upvotes: 3

Marcus
Marcus

Reputation: 356

If the above description doesn't work,

  1. Just start XCode 6
  2. Connect your iPhone 5S
  3. Select "Devices" in the Window menu
  4. Select your iPhone 5S on the left side under "Devices"
  5. Press on "Use Device for development"

From this point on, you should be able to select your iPhone 5 as destination for the build.

XCode 6 has the Organizer split into "Organizer" and "Devices" so maybe you are just missing the "Devices" screen.

Upvotes: 3

Dejan Skledar
Dejan Skledar

Reputation: 11435

Just connect your phone to your mac with the USB cable, and then select your device like this:

Preview

Upvotes: 1

Related Questions