I'm trying to run my application with a Xcode simulator but I can't select any simulator since my only options are the one showed in this screenshot
As per apple guide, I should see the section "iOS Simulator" below "Build Only Device", but within my Xcode that section is missing.
What I've already tried to solve the issue:
- Set iOS Deployment Target under Project > Info > Deployment Target and restart Xcode.
- Check if there are simulators installed within Xcode>Preferences>Components. There are Simulator 11.0 and 11.1
- Check if there are simulator within Window > Device and Simulator > Simulators. There are around 30 simulators.
- Restart Xcode
- Reinstall Xcode
I am using Xcode 9.2 and macOS version 10.12.6.
Does anyone knows what could be the problem?