Xcode 6 - iOS模拟器 - 从命令行截取屏幕截图

时间:2014-12-04 09:27:23

标签: ios-simulator screenshot xcode6.1 xcode-instruments

在Xcode 6中,Apple添加了simctl,它允许在iOS模拟器上做很多事情,但是没有选项可以截取屏幕截图。 有两种选择,不太舒服:

  1. 使用乐器和* .js脚本 - UIAutomation。
  2. 使用osascript:http://jehiah.cz/a/iphone-simulator-screenshot
  3. 寻找一种简单的方式,例如 xcrun simctl screenshot

2 个答案:

答案 0 :(得分:0)

抱歉,这不是通过CoreSimulator公开的。获取屏幕截图的唯一方法是与iOS Simulator.app交互。请在http://bugreport.apple.com

提交请求此功能的错误报告

答案 1 :(得分:0)

如果您不想通过UIAutomation完全自动化iOS应用程序,使用OSAScript是最直接的方法。