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.
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.
Press Command+S. The screen shot will be saved on your desktop.
On iOS 9.3, the screen shots are called Simulator Screen Shot <timestamp>.png
and are still located in ~/Desktop
.
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.
참고URL : https://stackoverflow.com/questions/9487157/where-does-the-ios-simulator-save-screen-shots
'Programing' 카테고리의 다른 글
파이썬의 matplotlib에서 '백엔드'를 어떻게 설정할 수 있습니까? (0) | 2020.10.27 |
---|---|
입력을 읽은 후 cin.clear () 및 cin.ignore ()를 호출하는 이유는 무엇입니까? (0) | 2020.10.27 |
div가 본문 높이의 100 %를 차지하고 고정 높이 머리글 및 바닥 글을 뺀 값을 가져옵니다. (0) | 2020.10.27 |
Chrome 디버거 확장이있는 Visual Studio Code의 "확인되지 않은 중단 점" (0) | 2020.10.27 |
JVM 메모리를 어떻게 늘릴 수 있습니까? (0) | 2020.10.27 |