LoginSignup
1
2

More than 5 years have passed since last update.

iPhone Simulator 関連自分用メモ

Posted at

・インストール済みのシュミレーターリストを表示
xcrun instruments -s

・シュミレーターを起動
xcrun instruments -w "リストで表示されたID"

・シュミレーターに他のシュミレーターの.appを追加
xcrun simctl install booted ".appのpath"

・シュミレーターのpath
/Library/Developer/CoreSimulator/Devices

1
2
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
2