0

I have installed Xcode6.4, but I can't select any simulators to run.I've tried to select one devices from Product -> Destination. But still didn't work.

enter image description here

and there are duplicated devices.

enter image description here

Weizhi
  • 174
  • 4
  • 22

2 Answers2

3

Try setting the deployment target of your project:

Project > Info > Deployment Target

enter image description here

Set the iOS Deployment Target

The reason why there are duplicates: devices support different iOS versions..
You can check the device information of each to clarify..

If you want to remove the duplicates: Menu > Window > Devices and remove duplicates.

Refer here for that..

Community
  • 1
  • 1
0yeoj
  • 4,500
  • 3
  • 23
  • 41
1

Your Deployment Target might not selected try this.

Select Project -> Target -> Deployment Info -> Deployment Target 7.0 or 8.0

Avijit Nagare
  • 8,482
  • 7
  • 39
  • 68