I just cloned a project into Xcode and am trying to run it in the simulator. However, my only option is iOS Device. This is unique to this project only and I don\'t know how to
The problem for me happened when I downloaded a project from someone else and their deployment target was like 10.2 and my Xcode wasn't fully updated so it only supported til 10.0.
Solution was :
Click on project >> General >> Deployment Info >> Deployment Target
From there just change it from a grayed out number to a number that it's not.