Iphone – Is it possible to Build & Run on TWO iPhones/iPods at once

deploymentiphonep2p

When I connect two iPhones at the same time to my computer and Build and Run a project the app only installs and plays on one of the devices.

Now, with the iPhone 3.0, that supports bluetooth peer-to-peer connectivity, to test a multiplayer project you have to install and run it on two devices at the same time. It would be very helpful to be able to do that with one click instead of: install on one phone, disconnect, connect the other, wait a 10 seconds to recognize the phone and install again and run…

Is anyone aware of a method to do such a thing?

Best Answer

Not tested but worth a try: Start another instance of Xcode (e.g. from the command line) and use the second device from there.

> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode &