How to reset iOS simulator?
There is no option (sub menu) is Simulator (Menu) with Xcode 9.4 (beta 2), that was in earlier simulators.
Where can I find it, in Simulator menus?
How to reset iOS simulator?
There is no option (sub menu) is Simulator (Menu) with Xcode 9.4 (beta 2), that was in earlier simulators.
Where can I find it, in Simulator menus?
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