Where does the iOS Simulator save screen shots?

XcodeIos Simulator

Xcode Problem Overview


I can't find iOS simulator screenshots (supposedly created using cmd+S) since updating to Xcode 4.3 (running on 10.7.3 Lion).

They aren't in ~Library/Application Support/Developer/Shared/Xcode/Screenshots.

Presumably they moved when Xcode moved from Developer, but Spotlight can't tell me where they are either.

Xcode Solutions


Solution 1 - Xcode

iOS Simulator screen shots are saved to your desktop (~/Desktop). The file names are of the form iOS Simulator Screen shot Feb 28, 2012 12.16.23 PM.png.

You can also choose Edit > Copy Screen (default shortcut: ⌃⌘C) to copy the screen shot directly to your clipboard.

Solution 2 - Xcode

Press Command+S. The screen shot will be saved on your desktop.

Solution 3 - Xcode

On iOS 9.3, the screen shots are called Simulator Screen Shot <timestamp>.png and are still located in ~/Desktop.

Solution 4 - Xcode

For newcomers, let's just use Xcode "Debug" option in the Menu:

Debug -> View Debugging -> Take screenshot of yourPhoneName

(see image below)

The screenshots are saved on the Desktop. I tried only for phone connected to my computer, but it should work also on simulators.

enter image description here

Solution 5 - Xcode

For Xamarin developers using remote MAC pairing from windows, the screenshots are located in Pictures > Xamarin > iOS Simulator directory.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSnipsView Question on Stackoverflow
Solution 1 - Xcoderob mayoffView Answer on Stackoverflow
Solution 2 - XcodeSaad Ur RehmanView Answer on Stackoverflow
Solution 3 - XcodePelle Stenild ColtauView Answer on Stackoverflow
Solution 4 - XcodeEdess ElderView Answer on Stackoverflow
Solution 5 - XcodechaosifierView Answer on Stackoverflow