0

I have just downloaded the Xcode 8 and opened my project in it and found that there is no simulator available but only devices and build only devices option is here.

Tried different solutions as per others suggestions like:

rm -rf ~/Library/Developer/Xcode/DerivedData/*

but nothing works.

P.S: I don't want to install iOS 9 or older version simulators.

Any help will be highly appreciated. Thanks.

  • check this: [link](http://stackoverflow.com/questions/29058229/download-xcode-simulator-directly) –  Nov 03 '16 at 13:12

1 Answers1

1

Try this

Go to Xcode menu Window > Devices And at the left bottom corner select + > Add Simulator.

In the next screen you can select any simulator and name it as you'd like.

enter image description here

Muhammad Umair
  • 1,664
  • 2
  • 20
  • 28