Xcode 8.2 simulator crash and quits on saving a screenshot while debugging

前端 未结 4 1924
青春惊慌失措
青春惊慌失措 2020-12-30 02:27

I updated my Xcode to 8.2 and since then if I try to take a screenshot while debugging it is crashing and then quits.

I tried iOS 9.0 and 10.0 simulators and it happ

4条回答
  •  醉梦人生
    2020-12-30 02:48

    Please try this approach for taking screenshot

    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 .. (9887264)

    source :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.

提交回复
热议问题