Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Xcode Organizer store iPhone screenshots?

I've made a hundred of screenshots from iPhone thru Organizer but it looks like the only way to get actual files is by clicking on each screenshot and saving it. Is there any place on my Mac I can have them all? They are definitely stored somewhere -- all are listed in Organizer>Screenshots.

like image 360
Anton Avatar asked Dec 23 '22 04:12

Anton


2 Answers

There you go:

~/Library/Application Support/Developer/Shared/Xcode/Screenshots

like image 73
Vibhor Goyal Avatar answered Jan 10 '23 07:01

Vibhor Goyal


The answer to this question has changed as of Xcode 6. There is no longer a screenshots section in Xcode's Organizer. Instead, to take a screenshot, you have to navigate to Xcode's "Devices" window:

Window > Devices

or

command+shift+2 (Used to be the shortcut for Organizer)

Here you can select your device from the list on the left and then press the "Take Screenshot" button. The screenshot's will now be saved directly to your ~/Desktop like they are when taking screenshots in the simulator.

like image 33
Mick MacCallum Avatar answered Jan 10 '23 08:01

Mick MacCallum