Skip to content

Instantly share code, notes, and snippets.

@perlguy99
Created June 26, 2020 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlguy99/970741743200fc88ce6c0651e7c5d392 to your computer and use it in GitHub Desktop.
Save perlguy99/970741743200fc88ce6c0651e7c5d392 to your computer and use it in GitHub Desktop.
How to record a video of the Xcode Simulator

To take a video

xcrun simctl io booted recordVideo <filename>.<file extension>

For example:

xcrun simctl io booted recordVideo appVideo.mov

Press ctrl + c to stop recording the video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment