質問編集履歴

1

flutter doctor -v コマンドの実行結果の追記

2020/09/03 10:32

投稿

honki86
honki86

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,11 @@
1
+ ※追記いたしました。
2
+
3
+ flutter doctor -v コマンドの実行結果を追記致しました。
4
+
5
+
6
+
7
+
8
+
1
9
  Flutter 環境構築 について質問させていただきます。
2
10
 
3
11
  大まかに以下の手順で環境構築を行いました。
@@ -104,6 +112,120 @@
104
112
 
105
113
 
106
114
 
115
+ ※ここより追記です
116
+
117
+
118
+
119
+ こちらがターミナルから flutter doctor -v コマンドを実行した結果です。
120
+
121
+
122
+
123
+ ```:tarminal
124
+
125
+
126
+
127
+
128
+
129
+ ookidoshinyanoMacBook-Air:flutter_third_app ookidoshinya$ flutter doctor -v
130
+
131
+ [✓] Flutter (Channel stable, v1.17.3, on Mac OS X 10.14.6 18G103, locale ja-JP)
132
+
133
+ • Flutter version 1.17.3 at /Users/ookidoshinya/flutter
134
+
135
+ • Framework revision b041144f83 (3 months ago), 2020-06-04 09:26:11 -0700
136
+
137
+ • Engine revision ee76268252
138
+
139
+ • Dart version 2.8.4
140
+
141
+
142
+
143
+
144
+
145
+ [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
146
+
147
+ • Android SDK at /Users/ookidoshinya/Library/Android/sdk
148
+
149
+ • Platform android-30, build-tools 30.0.2
150
+
151
+ • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
152
+
153
+ • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
154
+
155
+ • All Android licenses accepted.
156
+
157
+
158
+
159
+ [✗] Xcode - develop for iOS and macOS
160
+
161
+ ✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
162
+
163
+ Download at: https://developer.apple.com/xcode/download/
164
+
165
+ Or install Xcode via the App Store.
166
+
167
+ Once installed, run:
168
+
169
+ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
170
+
171
+ sudo xcodebuild -runFirstLaunch
172
+
173
+ ✗ CocoaPods not installed.
174
+
175
+ CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that
176
+
177
+ responds to your plugin usage on the Dart side.
178
+
179
+ Without CocoaPods, plugins will not work on iOS or macOS.
180
+
181
+ For more info, see https://flutter.dev/platform-plugins
182
+
183
+ To install:
184
+
185
+ sudo gem install cocoapods
186
+
187
+
188
+
189
+ [✓] Android Studio (version 4.0)
190
+
191
+ • Android Studio at /Applications/Android Studio.app/Contents
192
+
193
+ • Flutter plugin version 48.1.2
194
+
195
+ • Dart plugin version 193.7361
196
+
197
+ • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
198
+
199
+
200
+
201
+ [!] VS Code (version 1.47.2)
202
+
203
+ • VS Code at /Applications/Visual Studio Code.app/Contents
204
+
205
+ ✗ Flutter extension not installed; install from
206
+
207
+ https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+ ```
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
107
229
 
108
230
 
109
231