1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

shellからsimulator操作

1
Posted at

目的

appiumでテストするときに、simulatorのキーボードがmacに接続するようになってると、入力ができないため、コマンドでデフォルト解除したい
その他、simulatorをコマンドで操作する的なものがあれば載せていく。

以下でよかった

➜ defaults write com.apple.iphonesimulator ConnectHardwareKeyboard -bool NO

shellからアプリ削除 on simulator

xcrun simctl uninstall booted アプリのバンドルID

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?