1

How to reset iOS simulator?

enter image description here

There is no option (sub menu) is Simulator (Menu) with Xcode 9.4 (beta 2), that was in earlier simulators.

enter image description here

Where can I find it, in Simulator menus?

Krunal
  • 77,632
  • 48
  • 245
  • 261

2 Answers2

5

That option was moved to the "Hardware" menu.

You can also do this from the command line by running:

xcrun simctl erase <UDID>

or erase all devices with:

xcrun simctl erase all
Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
3

It is under "Hardware" section.

bseh
  • 447
  • 7
  • 13