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

妖精的绣舞 提交于 2019-12-10 02:03:11

问题


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??


回答1:


See the image below and change the settings.




回答2:


I tried everything and then found that my device was identified on a different Mac but not mine. Quit and Reopen XCode resolved it.




回答3:


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.




回答4:


  1. Restart XCode
  2. Try Changing the USB Port.
  3. Clean Project. Shift + command + K.
  4. Clear Derive Data.



回答5:


The deployment target for your project is probably too high (e.g. iOS 7 if you are using Xcode 5 DP). Change it to a minimum version compatible with your device and try again.




回答6:


Go to organiser, select your device, click on remove button at bottom of organiser screen, unplug your device and connect it once again. That's it. your device should be appear in xcode.




回答7:


Go to organiser and click your device in the left panel. On the right, see if it is registered for development or not. If not, click "Use for development". Hope it helps !!




回答8:


Got this problem too. I plug my phone to Apple Cinema Display. Turns out I forgot to plug in the display's USB cable to my MacBook Air, so only power goes to my device but no data transmission (/me facepalm big time).




回答9:


My case, I was trying to run a sample app I just downloaded and didn't knew it was iPad only. And I had plugged-in an iPhone. :)



来源:https://stackoverflow.com/questions/18331741/my-ios-device-not-appearing-in-xcode-device-list-showing-in-organizer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!