Can't launch my project workspace on my iPhone or simulators anymore

Hello,

Since Xcode upgraded from 12.2 to 12.3, my iPhone (connected on my Mac) is not showed in the available destinations to build. I only have "My Mac" and "Any Mac".

Can you help me ? This app is only for iOS and iPadOS

Accepted Reply

Ok, I figured it out, and for those who will have the same issue, here is the way I fixed it :
  1. Quit Xcode

  2. Disconnect your device

  3. In a terminal window, type: sudo pkill usbmuxd

  4. Restart Xcode

  5. Connect your device


Replies

Ok, I figured it out, and for those who will have the same issue, here is the way I fixed it :
  1. Quit Xcode

  2. Disconnect your device

  3. In a terminal window, type: sudo pkill usbmuxd

  4. Restart Xcode

  5. Connect your device