Indrajit Chavda
Indrajit Chavda

Reputation: 361

Is it possible to debug application wireless or without connecting USB cable in XCODE?

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.

Upvotes: 18

Views: 31160

Answers (4)

Surjeet Singh
Surjeet Singh

Reputation: 11939

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.

Upvotes: 8

Eddie K
Eddie K

Reputation: 513

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?

Upvotes: 4

Parth Adroja
Parth Adroja

Reputation: 13514

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.

Upvotes: 11

Krunal
Krunal

Reputation: 250

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.

But officially, this isn't supported.

Upvotes: 13

Related Questions