When saving a screenshot from the iOS Simulator, the screenshots are saved to the Desktop
After taking a few, my Desktop is quickly polluted with screen shots that don\'
Following on from: https://stackoverflow.com/a/44810443/14868
As of Xcode 9, you can also set the output folder using the defaults command and integrate it with any machine setup you use.
Example:
defaults write com.apple.iphonesimulator ScreenShotSaveLocation "$HOME/Screen Shots"