Using Xcode 6 on 10.9 no iOS 8.0 simulator available
I've also installed on a 10.10 partition and have access to the iOS 8.0 simulators there, but for some reason when following the same setup process on 10.9 no 8.0 simulators are available, I only have the option to use 'iOS Device'.
My command line tools are the latest ones for Mavericks and selected under 'locations'. If I change my deployment target I can launch a 7.1 simulator. The only potential outlier is that I use iRamDisk to manage simulator and derived data file storage. However, I've disabled this, uninstalled and reinstalled Xcode to no avail. Could other Xcode installations be conflicting?
Any help or ideas are much appreciated. Thanks.
The accepted answer did not work for me, restarting OSX fixed the issue
I had the same problem after restoring from Time Machine on a new MacBook Pro and found the solution from Abel Pascual in the Developer Forums:
- Open Xcode 6 beta
- Go to the menu Xcode > Open Developer Tool > iOS Simulator
- Even if an error dialog shows up, you still would have access to the iOS Simulator's menu
- Select Hardware > Device > Manage Devices
- Add (if missing) all the devices that you want, or delete and recreate the ones malfunctioning.
(You can check the devices at ~/Library/Developer/CoreSimulator/Devices
).