user3675069
user3675069

Reputation: 53

How to select iOS simulator as destination if no option is available?

I downloaded a project and execute it in my xcode, it have ios device by default in run device selected and have no other option, so xcode complained saying no ios devices are avilabale .... slect ios simulator.

Upvotes: 1

Views: 1933

Answers (2)

sebas23
sebas23

Reputation: 1493

I have the same problem, it is fixed when I select Deployment Target(General, Deployment Info) from 8.2 to 8.1(drop to a version that I have).

Upvotes: 2

Baby Groot
Baby Groot

Reputation: 4279

Go to XCode > Preferences > Downloads.

And download simulator

enter image description here

And then when you open XCode, left side top you can select iOS simulator rather than your device.

enter image description here

Upvotes: 2

Related Questions