An alternative to using Quicktime or other ways of screengrabbing the simulator
Capture screenshot/photo of the iOS simulator
Usage:
xcrun simctl io booted screenshot myImageScreenshot.png
Steps:
- Launch simulator
- Open Terminal and enter the above command
- The current directory will contain your saved screenshot
Record a video of the iOS simulator
Usage:
xcrun simctl io booted recordVideo myNewVideo.mov
Steps:
- Launch simulator
- Open Terminal and enter the above command, this will start the video recording
- When you are done recording, hit
CTRL
&C
The current directory will contain your saved video
Top comments (1)
Super Cool!!! Thank you!!