回答編集履歴
1
改行
test
CHANGED
@@ -16,9 +16,13 @@
|
|
16
16
|
|
17
17
|
すると、xcodeがないというエラーになりますので、下記のコマンドでインストールします。
|
18
18
|
|
19
|
-
sudo rm -rf $(xcode-select -print-path)
|
19
|
+
sudo rm -rf $(xcode-select -print-path)
|
20
20
|
|
21
|
+
(Enter root password. No output is normal.)
|
22
|
+
|
21
|
-
sudo rm -rf /Library/Developer/CommandLineTools
|
23
|
+
sudo rm -rf /Library/Developer/CommandLineTools
|
24
|
+
|
25
|
+
(Enter root password.)
|
22
26
|
|
23
27
|
xcode-select --install
|
24
28
|
|