MACのxcode 13.3.1でunable to boot the simulatorと出た時の解決法

xcode 13.3.1が悪いわけじゃなく、

simulatorのiOS 15.4が動かないだけ。

だからiOS15.2にすると良い。

 

 

iOS15.2の追加の仕方は以下の通りです。

 

xcode-> windows->デバイスとシミュレーター、[シミュレーター]タブをクリックし、[新規]をクリックし、[OSバージョン]ドロップダウンをクリックして[シミュレーターランタイムをさらにダウンロード]を選択し、15.2をダウンロードして、OSバージョンとして15.2を使用して新しいシミュレーターを作成します。

 

xcode -> windows -> devices and simulators, click on the Simulators tab , click New, click on the OS Version dropdown and choose "Download more simulator runtimes", download 15.2 and create a new simulator with 15.2 as OS Version.

 

iOS 15.2 simulatorをダウンロードすると直る