It’s very easy on MacOS to record your Simulator.
- Start Simulator
- Open Terminal
- Take video with
xcrun simctl io booted recordVideo appVideo.mov
The video is stored in the directly where the “xcrun” command is executed.
It’s very easy on MacOS to record your Simulator.
xcrun simctl io booted recordVideo appVideo.mov
The video is stored in the directly where the “xcrun” command is executed.