質問編集履歴
1
ターミナル
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,4 +2,12 @@
|
|
2
2
|
初心者です。reactnativeでアプリ開発をしているのですが、 Run on IOS simulatorを押しても赤色のエラーが出ておりシミュレータが起動しません。(Androidの方は起動出来ました。)
|
3
3
|
|
4
4
|
試したこと…X codeを開いてそこからsimulatorを起動してから、Run on IOS simulatorを押す。(赤色のエラーが出るだけで、simulatorのほうではexpoはインストールされませんでした。)
|
5
|
-
どなたか分かる方がいらっしゃればご教授願いたいです。
|
5
|
+
どなたか分かる方がいらっしゃればご教授願いたいです。
|
6
|
+
|
7
|
+
ターミナル
|
8
|
+
```ターミナル
|
9
|
+
Unable to check Xcode version: Error: xcodebuild exited with non-zero code: 1
|
10
|
+
Simulator not installed. Please visit https://developer.apple.com/xcode/download/ to download Xcode and the iOS simulator. If you already have the latest version of Xcode installed, you may have to run the command `sudo xcode-select -s /Applications/Xcode.app`.
|
11
|
+
Unable to check Xcode version: Error: xcodebuild exited with non-zero code: 1
|
12
|
+
Simulator not installed. Please visit https://developer.apple.com/xcode/download/ to download Xcode and the iOS simulator. If you already have the latest version of Xcode installed, you may have to run the command `sudo xcode-select -s /Applications/Xcode.app`.
|
13
|
+
```
|