Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My iOS device not appearing in xcode device list, showing in organizer

I m having xcode 4.5,

I have connected my iTouch(registered in developer program) to Mac Machine. It is appearing in Organizer's Device list. But, it is not appearing in xcode's device list(where simulators are) in one of my project. It is also shown when i open my other proejects.

So, What may be the problem in my this project, in which device is not appearing. Is any settings should be changed??

like image 427
Mehul Thakkar Avatar asked Aug 20 '13 09:08

Mehul Thakkar


People also ask

Why does my iPhone not appear in Finder?

Set Finder preferences to show your device in the sidebar In the Finder on your Mac, choose Finder > Preferences. Click Sidebar. Below Locations, select the CDs, DVDs, and iOS Devices checkbox. Check the sidebar again, below Locations, to see if your device is showing.

How do I find my device ID on my iPhone Xcode?

From XcodeOpen your simulator, choose Hardware - devices - manage devices. You will find the identifier in device information.

What is Xcode Organizer?

The Xcode Organizer Window allows you to track aggregated battery, performance, and IO metrics for your applications.


2 Answers

See the image below and change the settings.

enter image description here

like image 185
iphonic Avatar answered Sep 22 '22 08:09

iphonic


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.

like image 41
The Camster Avatar answered Sep 20 '22 08:09

The Camster