2

I m goggling the things from few days about the debugging the iPhone application from Xcode(Version 6.2 (6C131e)) without using cable.

i have heard that OS X Yosemite of MAC have feature that can connect iPhone to Mac without cable.if is it so,than is anybody have any idea that how to build project into device from XCode without cable (Wi-Fi / Bluetooth)?.

is there any way to workaround to build or debug project in to device without using cable?

BhavikKama
  • 8,566
  • 12
  • 94
  • 164

2 Answers2

2

Apple has not specified how to build an Application on a device which is not connected through cable. If they do so in future, external ascessory, Multipeer connectivity framework (for WiFi) and CoreBluetooth Peripheral Manager (for bluetooth) will certainly come into account but before that, will Bluetooth or WiFi streaming withstand the code transfer load from Xcode to a device? And what if you device is already connected to some other WiFi or Bluetooth network?

Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
1

This is now a reality! With Xcode 9 and iOS 11 you can now perform wireless builds to a device.

Scooter
  • 4,068
  • 4
  • 32
  • 47