Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Simulators in Xcode 6.4 showing multiple versions and have long "id" in the name

I have Xcode 6.4 installed and I also have Xcode 7 beta installed. Recently I launched Xcode 6 and I showed multiple versions of the iOS simulators and they had long id/like uuid looking ids in the names. Some of them do not work. Has anyone seen this and does anyone have an idea of how to fix it. I have deleted beta. I have deleted and reinstalled Xcode 6 multiple times. I have uninstalled Xcode 6 using an app like app cleaner as well. I also have went and deleted via terminal the simulator at "/Library/Developer/CoreSimulator/Profiles/Runtimes ". I tried sudo /Developer/Library/uninstall-devtools --mode=all but I get command not found.

enter image description here

like image 913
DirectX Avatar asked Jul 09 '15 11:07

DirectX


People also ask

How do I get UDID for iPhone emulator?

From Xcode: Window -> Devices and Simulators -> Simulators. The Identifier value is the UDID.

What are the two ways to access iOS simulator in Xcode?

There are two different ways to access Simulator through Xcode. The first way is to run your app in Simulator, and the second way is to launch Simulator without running an app.


1 Answers

Xcode -> Window -> Devices menu (cmd+shift+2)

There you can manage all your devices including simulators.

The IDs are displayed when there are more than one simulator for the same device and iOS version: delete the duplicate entries and it will show the iOS version instead.

like image 139
Tibor Bödecs Avatar answered Oct 02 '22 12:10

Tibor Bödecs