Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Choose between multiple devices in XCode

I've 2 devices (iPhone + iPod) connected to my Mac and both are available as developper devices in XCode. How can I choose which one to use for testing purpose and switch from one to the other when I want ? For the moment the only way I found is to unplug the unwanted one in order for the other to be available. Am I missing something obvious ? Rgd

--GQ.

like image 566
Big Papoo Avatar asked Mar 08 '26 00:03

Big Papoo


1 Answers

What you need to do is use the Overview drop-down in Xcode. When you have multiple provisioned devices attached and have chosen to deploy to a Device (not the simulator), the drop-down will give you a choice under "Active Executable", listing the devices by name.

like image 123
thevoid Avatar answered Mar 10 '26 14:03

thevoid