Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does the iOS Simulator save screen shots?

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.

like image 912
Snips Avatar asked Feb 28 '12 17:02

Snips


People also ask

Where does the iPhone simulator store its data?

type: ~/Library/Application Support/iPhone Simulator.

How do I access iOS simulator files?

# Open application folder in Finder First, copy the path to the app folder from Xcode console. Then open Finder, click on Go -> Go to Folder and paste the application directory path. You will now be able to browse all the files in your application folder.

How do I take a screenshot in iOS simulator?

Press Command+Shift+4 and then keep the mouse pointer on Simulator and then press "Space Bar" key one camera icon will appear, now left click the mouse. Your simulator screen shot is saved on desktop.

How do I change the default location in iOS simulator?

in iOS Simulator menu, go to Debug -> Location -> Custom Location. There you can set the latitude and longitude and test the app accordingly.


1 Answers

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.

like image 114
rob mayoff Avatar answered Sep 27 '22 16:09

rob mayoff