1
1

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 1 year has passed since last update.

【Xcode】シュミレーターが起動できなくなった

Posted at

はじめに

突然シュミレーターが起動できなくなったので解決方法を記録しておきます

エラー

Use the device manager in Xcode or the simctl command line tool to either delete the device properly or erase contents and settings.

スクリーンショット 2023-08-21 19.55.51.png

原因

不明

解決方法

ターミナル
killall "Simulator" 2> /dev/null; xcrun simctl erase all

参考記事

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?