What does the Xcode 4.2 preference “Support Wirelessly Connected Devices” do?

  1. Plug your device into your machine.
  2. Go to iTunes -> device -> Summary page and check the “Sync with this XXXX over Wi-Fi” option
  3. In XCode, XCode menu -> Preferences -> General check the “Support Wirelessly Connected Devices”
  4. Unplug your Device
  5. On the device, go to Settings -> General -> iTunes Wi-Fi Sync and click “Sync Now”
  6. In XCode, to go to Organizer -> Devices and cross your fingers.

Step 5 is what did it for me. I’ve been struggling for days unable to get my devices to appear, but when I wirelessly synced them from the device itself, the little wirelessly connected symbol popped up in the Organizer in XCode. Hopefully it will work you too.

Edit: The device has to awake for XCode to see it. When my device sleeps, it vanishes off the Organizer

Edit: This feature allows you to do all actions you could do on a device plug into your machine via a USB cable… only now without the cable. I’ve found this very useful to build to local testers with almost no effort on their part, run instruments like Leaks or Zombies to help track down pesky issues while your test is still comfortable sitting at their desk (instead of tethered to your machine).

Edit: This feature is no longer available as of Xcode 4.3.1 It will re-appear later when it has less issues (they are estimating in version 4.4).

2/2012 – This feature is still gone as of Xcode 4.6. There is currently no sign of it returning in near future, if ever.

10/2013 – Xcode 5.0 is here and there is still no sign the feature will return. We can pretty much assume it’s dead for the foreseeable future at this point.

9/2014 – I have a report that wifi device capability does exist in Xcode 6.0. The hypothesis is having a device which is set up to wirelessly sync with iTunes. I have started testing, but so far have been unable to get positive results. Thanks to Steven Kramer for raising this possibility and the image.

Xcode device list including wifi devices

Leave a Comment