12

I am testing an integration with some hardware that requires the iPad to be plugged in via the lighting adapter. The problem is I don't have the Xcode debugger or any feedback from the application, it's like drawing in the dark.

I know in previous versions of Xcode you could do Wifi based debugging, is this confirmed in Xcode 6.1+ or do I have any other options?

Elliot Chance
  • 5,526
  • 10
  • 49
  • 80

1 Answers1

4

WiFi debugging has never been supported in any public releases of Xcode yet.

But officially, this isn't supported.

Community
  • 1
  • 1
Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156
  • 1
    Not true. There was an option for that in Xcode 4. According to this reddit thread it works now http://www.reddit.com/r/iOSProgramming/comments/2krdzc/xcode_without_cable/ – nacho4d Mar 12 '15 at 01:48