Misato Morino
Misato Morino

Reputation: 75

Not found iOS Simulator in Xcode6.4

I updated Xcode version to 6.4.
Then I deleted all files in /Users/my/Library/Developer/CoreSimulator/Devices.

At first it worked, but now there is no simulator I can switch except my iPhone. Take a look a picture.

enter image description here

Once I deleted a device file:

/Users/my/Library/Developer/CoreSimulator/Devices

during working simulator.

Is it a cause? Anyone knows solutions?

Upvotes: 0

Views: 238

Answers (1)

ErickES7
ErickES7

Reputation: 528

Looks like all of your development devices are just not created.

To add devices you want to set the destination to, or output device, on the menu bar: Window > Devices. Then at the bottom left corner there is a add button, there you will create a simulator.

Upvotes: 1

Related Questions