how to connect device in xcode without cable. it is tedious to connect the cable and my USB is lil bit loose, so it disconnects from PC.
-
This is possible now with XCode 9.x and iOS 11.x, check [this link](https://stackoverflow.com/questions/44382841/how-to-do-wireless-debug-on-xcode-9-and-ios-11/44383502#44383502) – Surjeet Singh Jun 06 '17 at 07:15
-
Possible duplicate of [iOS- Run/Debug/Install builds over WiFi](https://stackoverflow.com/questions/23827168/ios-run-debug-install-builds-over-wifi) – Mr. SS Jun 08 '17 at 06:34
4 Answers
Over wifi installing and debugging of applications is not possible in ios.
But there are some websites where you can upload your builds and then download on device and test it.
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.
-
1
-
3it is possible now https://medium.com/swiftist/wireless-debugging-xcode-b6e98e26e022 – Renatus Sep 26 '17 at 09:03
It will be now possible with the latest update of Xcode 9.
Cut the Cord
Choose any of your iOS or tvOS devices on the local network to install, run, and debug your apps – without a USB cord plugged into your Mac. Simply click the ‘Connect via Network’ checkbox the first time you use a new iOS device, and that device will be available over the network from that point forward. Wireless development also works in other apps, including Instruments, Accessibility Inspector, Quicktime Player, and Console.
Check this for the latest updates.

- 1
- 1

- 13,198
- 5
- 37
- 71
Wireless debugging is possible now with XCode 9.x and iOS 11.x. Check my answer here for steps to connect device for wireless debugging.

- 11,691
- 2
- 37
- 54
This is now officially supported as a built-in feature in Xcode 9.
How do you perform wireless debugging in Xcode 9 with iOS 11, Apple TV 4K, etc?
-
I am excited for this feature too. I wonder how many devices can be networked up at once. – Zhang Jun 06 '17 at 05:04