Xcode Organizer 在哪里存储 iPhone 屏幕截图?
我已经通过管理器从 iPhone 制作了一百张屏幕截图,但看起来获取实际文件的唯一方法是单击每个屏幕截图并保存它。我的 Mac 上有什么地方可以存放所有这些内容吗?它们肯定存储在某个地方 - 所有这些都列在“组织者”>“屏幕截图”中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你去吧:
~/Library/Application Support/Developer/Shared/Xcode/Screenshots
There you go:
~/Library/Application Support/Developer/Shared/Xcode/Screenshots
从 Xcode 6 开始,这个问题的答案已经改变。Xcode 的管理器中不再有屏幕截图部分。相反,要截取屏幕截图,您必须导航到 Xcode 的“设备”窗口:“
窗口”>“设备”。设备
或
command+shift+2(曾经是管理器的快捷方式)
在这里,您可以从左侧列表中选择您的设备,然后然后按“截取屏幕截图”按钮。屏幕截图现在将直接保存到您的〜/桌面,就像在模拟器中截取屏幕截图时一样。
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.
在管理器中截取屏幕截图后,右键单击屏幕截图,然后单击“在查找器中显示”。 Finder 将打开屏幕截图文件夹。
After taking a screenshot in organizer, right click on the screenshot and click 'Show in finder'. Finder will open the screenshots folder.
您始终可以将它们从管理器中拖到您需要的任何位置(Finder、Photoshop 等)。
You can always just drag them out of Organizer to where ever you need them (Finder, Photoshop etc).