🔨
XcodeでSimulatorRuntimeのインストールに失敗するとき
原因
- ネットワークの不調
- Macの容量が足りない
解決策
ここ(https://developer.apple.com/download/all/) からSimulator Runtimeを手動でダウンロードしてくる(デベロッパーアカウントがいるはず)
ダウンロードしてきたdmgファイルはこのコマンドでインストール
xcrun simctl runtime add [path-to-dmg]
ここ(https://developer.apple.com/download/all/) からSimulator Runtimeを手動でダウンロードしてくる(デベロッパーアカウントがいるはず)
ダウンロードしてきたdmgファイルはこのコマンドでインストール
xcrun simctl runtime add [path-to-dmg]
Discussion