Reputation: 53
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
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
Reputation: 4279
Go to XCode > Preferences > Downloads.
And download simulator
And then when you open XCode, left side top you can select iOS simulator rather than your device.
Upvotes: 2