質問編集履歴

1

ターミナル

2020/06/18 03:41

投稿

momoka-
momoka-

スコア11

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,19 @@
7
7
  試したこと…X codeを開いてそこからsimulatorを起動してから、Run on IOS simulatorを押す。(赤色のエラーが出るだけで、simulatorのほうではexpoはインストールされませんでした。)
8
8
 
9
9
  どなたか分かる方がいらっしゃればご教授願いたいです。
10
+
11
+
12
+
13
+ ターミナル
14
+
15
+ ```ターミナル
16
+
17
+ Unable to check Xcode version: Error: xcodebuild exited with non-zero code: 1
18
+
19
+ 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`.
20
+
21
+ Unable to check Xcode version: Error: xcodebuild exited with non-zero code: 1
22
+
23
+ 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`.
24
+
25
+ ```