There seems to be several ways to reset or clear the iOS simulator ranging from pressing the “Reset Content and Settings..” button on the iOS simulator from deleting folder under ~/Library/Developer/CoreSimulator/DerivedData.
For me the easiest and faster approach for my workflow is to simply issue the below in terminal.
xcrun simctl erase all
