我在运行iOS 5的iPhone模拟器中保存了一些截图,但我找不到它们。

我以前遇到过这个问题,我花了很长时间才在文件系统中找到它们。这是如此简单,我只是一个傻瓜,还是没有人使用这个功能或什么?

我知道我可以从我真正的手机上得到屏幕截图,但我不想要视网膜屏幕截图——我想要普通的屏幕截图。


在Organizer视图中右键单击截图,选择“Show In Finder…”。

这将为您打开Finder中的截图文件夹。


If you create screenshots from within the simulator using File -> Save Screen Shot (Command-S), those files end up on the Desktop as something like: iOS Simulator Screen shot Apr 22, 2012.png. Under Xcode 6 & newer, device screenshots taken with the "Take Screenshot" button in the Xcode "Devices" menu will end up on the desktop. Look for a file named "Screen Shot 2014-MM-DD at HH.MM.SS.png" For Xcode 5 & older, if you create screenshots from within Xcode (Organizer), you'll find these in ~/Library/Application Support/Developer/Shared/Xcode/Screenshots. To take screenshots from the Xcode (Organizer) you need to have hardware device attached. The organizer does not appear to take screenshots from the simulator.

在Xcode之外:

If you create screenshots using the Finder (command-shift-3 or command-shift-4), these also end up on the Desktop as something like: "Screen Shot 2012-04-22 at _ AM.png" If you use the Grab application (found in /Application/Utilities), you can save those files anywhere you decide. :-) If you have saved a screenshot to the Photos library from within your app, for example with UIGetScreenImage and UIImageWriteToSavedPhotosAlbum, they end up at ~/Library/Application Support/iPhone Simulator/***version***/Media/DCIM/100APPLE


它们被保存到桌面,寻找一个PNG文件,命名约定为“iOS模拟器屏幕截图[DATE].png”


它看起来像最新的Xcode(我使用v4.2.1)有一个错误保存屏幕截图从iOS模拟器。即使按了文件>保存屏幕截图,我在桌面上也找不到任何图像文件。最近,我注意到一款很棒的iOS-Simulator Cropper软件。它允许您使用不同的设置从模拟器捕获图像。


它们存储在:

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

我喜欢把它们放在我的Dropbox里,这样我的其他设备上也能看到它们。

cd ~/Library/Application\ Support/Developer/Shared/Xcode/
mkdir ~/Dropbox/Pictures/xcode/
mv Screenshots/* ~/Dropbox/Pictures/xcode/
rm -rf Screenshots
ln -sf ~/Dropbox/Pictures/xcode/ Screenshots

这将创建一个符号链接到你的Dropbox在图片/xcode


或者,如果您正在经历的错误,您可以使用编辑->复制屏幕复制到剪贴板。


我发现一个很有用的方法就是用聚光灯搜索快捷键CMD+空格然后输入文字“截屏”或者“ios模拟器截屏”

如果它不在最初的搜索屏幕上,你总是可以使用列表中第一个显示All in Finder选项

这不仅第一次有效,而且每次都有效,而且当我忘记之前的屏幕截图移动到哪里时,它也会提醒我。


我有完全相同的问题,但我发现虽然(命令+s)没有保存图像到桌面(命令+Ctrl+C)复制的截图到剪贴板。然后,您可以使用预览打开并保存截图。


我浏览了所有我找不到截图保存在哪里的帖子…… 所以,我只是使用command+shift+4,释放键后,你会看到一个牛眼在你的鼠标指针。单击并拖动要复制的屏幕部分。一旦释放你的鼠标点击图像将存储在你的桌面。比弄清楚模拟器在哪里存储截图要好。


更换设备:硬件>设备>iPhone(Retina 4英寸)

按Command + S

屏幕截图会自动出现在你的桌面上


默认情况下,截图保存在桌面上。


使用Xcode 9+,模拟器保存屏幕截图文件(登录用户的)桌面和它的默认路径。

要更改默认路径(使用Xcode 9+),在屏幕截图时,在键盘上按下并按住“Option (alt)”按钮。它将显示一个对话框与文件存储选项,还允许设置/更改默认路径。


按下命令+ s,截取屏幕截图,它将存储在桌面参见示例


我在这里找到的

图书馆/开发/ CoreSimulator /设备/ (UDID) /数据/媒体/ DCIM


值得注意的是,在我至少使用的模拟器版本(12.5)中,“截图”和“保存屏幕”选项之间是不同的——截图保存到设备(在照片应用程序中找到),而单击“保存屏幕”按钮会在Mac上生成图像。


如果要更改存储模拟器屏幕截图的位置,可以使用以下命令。

defaults write com.apple.iphonesimulator "ScreenShotSaveLocation" -string "~/Pictures/Screenshots" 

其他相关命令可以在这里找到。


对于那些没有保存到桌面的人来说,可以试试这个位置:

~ /图书馆/开发/ CoreSimulator /设备/

会有一个随机哈希列表,每一个都是一个模拟器。 按修改日期排序,然后输入最近的文件夹,然后转到:

数据/媒体/ DCIM / 100苹果

你的照片和截图应该在那里:)

我的例子: