1
0

Simulatorの画面を録画するbash

Posted at

Simulatorの画面を録画する方法

下記シェルを実行することにより、録画できます。

xcrun simctl io booted recordVideo ~/demo.mov

aliasにするとこんな感じ

~/.bashrc or ~/.bash_profile

alias simrec="xcrun simctl io booted recordVideo ~/demo.mov"
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0