How do I reset the Simulator in Xcode 9

Viewed 14513

I'm trying to reset it. In Xcode 8 we went to "Simulator -> Reset Content and Settings". I don't see that in Xcode 9 and need to wipe my simulator.

3 Answers

I found it. It is now under "Hardware -> Erase All Content and Settings"

Edit: In Xcode 11 it is now under "Device -> Erase All Content and Settings"

Xcode 9.4

You need to click on Simulator first. Hardware > Erase All Content and Settings. This will reset the simulator. Wait for a minute for the Simulator to rebuild.

enter image description here

Xcode 11.4

The simulator app no longer has the Hardware menu. It is now the Device menu.

Device > Erase All Content and Settings

Erase All Content and Settings location

Related