Xcode doesn't see my iOS device but iTunes does

前端 未结 27 2179
一生所求
一生所求 2020-12-07 12:38

I have a strange problem.

I have an iPad with iOS 5.0.1 (9A405) and iOS SDK 5.0.1 with Xcode 4.2 (Build 4C199) installed on my Mac.

Xcode doesn\'t see my dev

相关标签:
27条回答
  • 2020-12-07 13:32

    After 20 minutes of debugging, I realized I had to hover over the up button (

    0 讨论(0)
  • 2020-12-07 13:34

    I get this problem once, using a not official Apple cable.

    Hope it helps.

    0 讨论(0)
  • 2020-12-07 13:37
    1. Select Window ➜ Organizer in Xcode. Now under Devices, select your device. If it is not ready for development then click use for development.

    2. If above doesn't solve your problem then from your project settings, set deployment target to one which your app is developed for or lesser.

    3. Otherwise there is some issue with certificates and provisioning profiles. Make sure your device's UDID is added in the provisioning profile you are using.

    0 讨论(0)
  • 2020-12-07 13:37

    In my case I did next steps

    1. Quit XCode
    2. Disconnect device
    3. In your terminal sudo launchctl stop com.apple.usbmuxd
    4. Relaunch Xcode
    5. Connect device
    0 讨论(0)
  • 2020-12-07 13:39

    Had the same problem , restarted xcode and it found my phone again.

    0 讨论(0)
  • 2020-12-07 13:40

    Xcode 10.2.1 was not recognizing my ipad mini. I unplugged and rebooted the mini and it became visible.

    0 讨论(0)
提交回复
热议问题