0

I left my USB cable at home for a iPad mini, and I want to use XCode with it right now.

Is there any wireless way I can deploy and connect to the tablet without a physical USB cable?

makerofthings7
  • 60,103
  • 53
  • 215
  • 448
  • It might be possible to run the application by building it with the provisioning profile for the device you want, putting the file into iTunes, and syncing it to the device. It's a much longer process than running it normally and you won't be able to debug, though. – WolfLink Sep 06 '13 at 02:07
  • See https://stackoverflow.com/questions/44382841/how-do-you-perform-wireless-debugging-in-xcode-9-with-ios-11-apple-tv-4k-etc – Max MacLeod Jul 04 '18 at 14:43

1 Answers1

0

Wireless Device Support is no longer in current Xcode Versions.

What you can do is create an ad-hoc ".ipa" file build using ad-hoc distribution profile and wirelessly sync it to iPhone/iPad using iTunes.

Shaheen M Basheer
  • 1,010
  • 6
  • 11