The iOS 7.1 simulator stopped working some time ago. I always get the dreaded Unable to boot iOS simulator
error. The iOS 8.3 simulator works.
I have gone through all the related answers, and have tried all this to no avail:
- Deleting Xcode.app and installing it again from the app store.
- Deleting all simulator devices and recreating them from
Window -> Devices
. - Manually deleting the 7.1 simulator runtime from
/Library/Developer/CoreSimulator/Profiles/Runtimes
and reinstalling through the preferences pane. - Manually deleting all simulator Content and Settings from
~/Library/Developer/CoreSimulator/Devices
. - Making sure a
DYLD_INSERT_LIBRARIES
environment variable is not set. - Making sure the correct Command Line Tools options is set in the preferences pane.
all sprinkled with restarts.
I don't know what else to do, sort of completely reinstalling OS X, which I'd prefer to avoid. This is using Xcode 6.3.2 (6D2105) on Yosemite 10.10.4 (14E36b).
Any ideas?