1

I opened up Xcode5 but my app cannot deploy onto my phone.

The organizer lists it as a deployment device, but all I see in the main toolbar is just generic "iOS Device".

It's odd because on another project does list my phone when I hit the "Play" button. Anyone seen this?

I am new to Xcode. Are you only allowed to deploy one project on your phone at a time?

Both projects are Universal.

Ryan Kohn
  • 13,079
  • 14
  • 56
  • 81
Packy
  • 3,405
  • 9
  • 50
  • 87

2 Answers2

0

It could be that the device has an older version of the OS on it. If you are targetting a newer version of the OS it will not show.

There is no limitation to the number of apps that can be on the device, you can have multiple. It could be that the device is not registered with apple? Showing in the list, does it have a green dot?

here is a question with the answer: Provisioning New Device for Development Xcode

Also, is it possible it is just not selected, here is a screen shot and link: http://www.techotopia.com/index.php/Testing_Apps_on_iOS_7_Devices_with_Xcode_5

enter image description here

Community
  • 1
  • 1
nycynik
  • 7,371
  • 8
  • 62
  • 87
  • The dropdown shows just "iOS Device" and the simulators. The device is registered and was listed when I loaded another project. Not sure why it wont show as an option on this project. – Packy Mar 21 '14 at 19:43
  • You might have an update of Xcode? You might need it to get the most recent version of the os, to match the device. – nycynik Mar 21 '14 at 19:46
0

Go to /Library/Developer/Xcode/DerivedData and delete all the contents. This should now allow your device to be seen in the devices for selection.

This has been tested and works as I had the exact problem.