Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provisioned iPhone not showing in Xcode Organizer (or iTunes)

I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and deleting the sample app from the phone have since been unable to sync the phone with iTunes or see it as connected in the Xcode organizer window (the device is still listed in the lefthand pane, but shows up as disconnected). All new projects created in Xcode are now greeted with the following message when I attempt to build and run on the device.

No provisioned iOS device is connected.

I'm running Xcode 3.2.5 and iOS 4.2.

Any ideas?

Many thanks.

like image 586
Old McStopher Avatar asked Feb 22 '11 04:02

Old McStopher


People also ask

Why does Xcode not show my Iphone?

You might need to "trust" the computer - a device will not show up in the organizer if the computer is not trusted. Restart the iPad while it is connected to the computer. When it restarts, it will ask if you want to "Trust" the computer or not. Do so, then the device will show up in the Xcode Organizer.

Where is Devices organizer in xcode?

What is the Xcode Organizer, and how do I get to it to see my app's data? As the name suggests, the Xcode Organizer Window is built directly into Xcode, which means all you have to do is navigate to the menu bar, go to "Window," and click "Organizer" to launch.


2 Answers

Typically when I run across this issue I will

  1. Disconnect the device
  2. Clean the projects
  3. Delete the device from the Organizer
  4. Restart Xcode
  5. Reconnect the device

Then the majority of the time the device will be recognized again. I do find it strange that even iTunes can't recognize it though. Maybe try restarting the device even?

like image 107
raidfive Avatar answered Oct 03 '22 22:10

raidfive


I had the same problem and posted about it over at Apple.SE. Reinstalling iTunes fixed it for me.

like image 34
Brant Bobby Avatar answered Oct 03 '22 22:10

Brant Bobby