Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.1 debug without USB? [duplicate]

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?

like image 983
Elliot Chance Avatar asked Oct 29 '14 06:10

Elliot Chance


1 Answers

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

  • There are third party hacks that may or may not work: https://github.com/Shopify/superdb

  • There also reports that this works with some workarounds: https://stackoverflow.com/a/7857052/361247

But officially, this isn't supported.

like image 135
Enrico Susatyo Avatar answered Nov 01 '22 19:11

Enrico Susatyo