5

When I use wireless debugging in Xcod e4.2 it tells me:

Don't know how to run. Try "help target".

Please see "Wireless debugging in xcode" for more information.

J. Steen
  • 15,470
  • 15
  • 56
  • 63
justzt
  • 51
  • 1
  • 3

1 Answers1

6

Wireless debugging in Xcode 4.2 is still really unstable. I've only been able to get it up and running once or twice before needing to restart Xcode, disabling and reenabling wireless device support, restarting the device, and deleting the app from the device before trying it again (not necessarily in this order).

Hopefully they'll get it working better soon.

Thomas Hajcak
  • 476
  • 3
  • 12
  • 6
    FYI, from Xcode engineering - "Xcode Wireless Debugging is removed from Xcode 4.3.1 (due to issues with the functionality). The intention is to add this functionality back in to Xcode 4.4 with Mountain Lion: if we are unable to, we'll be sure to get a release note filed." – Bobjt Mar 12 '12 at 20:32
  • 1
    I noticed this the other day. You'd think it wouldn't be available at all until it was functional. – Thomas Hajcak Mar 13 '12 at 14:35