ios – Xcode 8.2模拟器崩溃并在调试时保存屏幕截图

我将Xcode更新到8.2,从那时起,如果我尝试在调试时拍摄截图,那么它会崩溃,然后退出。

我尝试了iOS 9.0和10.0模拟器,它们都是两个。“

谢谢

Update:

8.2.1 – Doesn’t works

8.3 – Works only with Mac OS Sierra

解决方法

请尝试采取截图的方法

You can take videos and screenshots of Simulator using the xcrun Xcode command-line utility. To take a screenshot,run the command xcrun simctl io booted screenshot. To take a video,run the command xcrun simctl io booted recordVideo <filename>.<file extension>. (9887264)

来源:Xcode 8.2 Release Notes

Simulator can crash when saving a screenshot when running on OS X El Capitan. (29182710) The crash does not occur on macOS Sierra.

相关文章

在有效期内的苹果开发者账号(类型为个人或者公司账号)。还...
Appuploader官网--IOS ipa上传发布工具,证书制作工具跨平台...
苹果在9月13号凌晨(北京时间)发布 iOS 16,该系统的设备可...
计算机图形学--OpenGL递归实现光线追踪
Xcode 14打出来的包在低版本系统运行时会崩溃,报错信息是Li...