Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to compile/run iOS over bluetooth with XCode?

Tags:

xcode

ios

iphone

Is it possible at all to compile and run applications using bluetooth instead of the iPhone dongle cable using xcode? I just think this little added support would be welcome by developers who would love that feature like I would.

Any ideas?

like image 705
Parad0x13 Avatar asked Oct 21 '12 01:10

Parad0x13


People also ask

Can I run iOS apps in Xcode?

You can also run iOS and tvOS apps on a wireless device if you pair the device with Xcode. For example, you can pair an Apple TV that's already on your network with Xcode so it appears as a run destination in the toolbar.

How do I connect my real iOS device to Xcode?

Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list. Unlock your device and (⌘R) run the application.

Can we use Bluetooth in simulator?

Extending the Bluetooth features to the simulator is not supported by the currently available hardware. Communication is intercepted when we use simulators. It is used to connect multiple systems into one device. So it gives easy to access.


1 Answers

Xcode 4.2 supported building and running applications over WiFi to an iOS device. Unfortunately they dropped the feature in Xcode 4.3 because of too many issues.

Honestly, I would rather have the speed of a cable, especially the new Lightning connector over the convenience of not having to use a cable.

like image 198
brynbodayle Avatar answered Nov 15 '22 04:11

brynbodayle