質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Flutter

Flutterは、iOSとAndroidのアプリを同じコードで開発するためのフレームワークです。オープンソースで開発言語はDart。双方のプラットフォームにおける高度な実行パフォーマンスと開発効率を提供することを目的としています。

Android

Androidは、Google社が開発したスマートフォンやタブレットなど携帯端末向けのプラットフォームです。 カーネル・ミドルウェア・ユーザーインターフェイス・ウェブブラウザ・電話帳などのアプリケーションやソフトウェアをひとつにまとめて構成。 カーネル・ライブラリ・ランタイムはほとんどがC言語/C++、アプリケーションなどはJavaSEのサブセットとAndroid環境で書かれています。

iOS

iOSとは、Apple製のスマートフォンであるiPhoneやタブレット端末のiPadに搭載しているオペレーションシステム(OS)です。その他にもiPod touch・Apple TVにも搭載されています。

Q&A

解決済

1回答

2552閲覧

Flutterの環境構築でエラーが出てしまう

hodoru3sei

総合スコア284

Flutter

Flutterは、iOSとAndroidのアプリを同じコードで開発するためのフレームワークです。オープンソースで開発言語はDart。双方のプラットフォームにおける高度な実行パフォーマンスと開発効率を提供することを目的としています。

Android

Androidは、Google社が開発したスマートフォンやタブレットなど携帯端末向けのプラットフォームです。 カーネル・ミドルウェア・ユーザーインターフェイス・ウェブブラウザ・電話帳などのアプリケーションやソフトウェアをひとつにまとめて構成。 カーネル・ライブラリ・ランタイムはほとんどがC言語/C++、アプリケーションなどはJavaSEのサブセットとAndroid環境で書かれています。

iOS

iOSとは、Apple製のスマートフォンであるiPhoneやタブレット端末のiPadに搭載しているオペレーションシステム(OS)です。その他にもiPod touch・Apple TVにも搭載されています。

0グッド

0クリップ

投稿2019/07/09 03:55

Flutterを触ってみたという記事を参考にFlutterの環境構築を行っているのですが、以下のエラーが解消できず困っています。

flutter doctor -v [!] Flutter (Channel beta, v1.7.8+hotfix.2, on Mac OS X 10.15 19A471t, locale ja-JP) • Flutter version 1.7.8+hotfix.2 at /Users/hodoru/Desktop/flutter • Framework revision 2e540931f7 (6 days ago), 2019-07-02 09:31:07 -0700 • Engine revision b1cb0d9e9b • Dart version 2.4.0 ✗ Downloaded executables cannot execute on host. See https://github.com/flutter/flutter/issues/6207 for more information ⢿ideviceinfo returned an error: ERROR: Could not connect to lockdownd, error code -13 #0 IMobileDevice.getInfoForDevice (package:flutter_tools/src/ios/mac.dart:88:9) <asynchronous suspension> #1 IOSDevice.getAttachedDevices (package:flutter_tools/src/ios/devices.dart:162:55) <asynchronous suspension> #2 IOSDevices.pollingGetDevices (package:flutter_tools/src/ios/devices.dart:111:57) #3 PollingDeviceDiscovery.devices (package:flutter_tools/src/device.dart:223:52) <asynchronous suspension> #4 DeviceManager.getAllConnectedDevices (package:flutter_tools/src/device.dart:151:46) <asynchronous suspension> #5 DeviceValidator.validate (package:flutter_tools/src/doctor.dart:743:54) <asynchronous suspension> #6 Doctor.startValidatorTasks (package:flutter_tools/src/doctor.dart:152:52) #7 Doctor.diagnose (package:flutter_tools/src/doctor.dart:223:41) #8 _AsyncAwaitCompleter.start (dart:async-patch/async_patch.dart:49:6) #9 Doctor.diagnose (package:flutter_tools/src/doctor.dart:213:24) #10 DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:48:39) #11 _AsyncAwaitCompleter.start (dart:async-patch/async_patch.dart:49:6) #12 DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:34:42) #13 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:478:18) #14 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:77:64) #15 _rootRunUnary (dart:async/zone.dart:1132:38) #16 _CustomZone.runUnary (dart:async/zone.dart:1029:19) #17 _FutureListener.handleValue (dart:async/future_impl.dart:126:18) #18 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:639:45) #19 Future._propagateToListeners (dart:async/future_impl.dart:668:32) #20 Future._complete (dart:async/future_impl.dart:473:7) #21 _SyncCompleter.complete (dart:async/future_impl.dart:51:12) #22 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:28:18) #23 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:294:13) #24 Cache.updateAll (package:flutter_tools/src/cache.dart) #25 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:77:64) #26 _rootRunUnary (dart:async/zone.dart:1132:38) #27 _CustomZone.runUnary (dart:async/zone.dart:1029:19) #28 _FutureListener.handleValue (dart:async/future_impl.dart:126:18) #29 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:639:45) #30 Future._propagateToListeners (dart:async/future_impl.dart:668:32) #31 Future._complete (dart:async/future_impl.dart:473:7) #32 _SyncCompleter.complete (dart:async/future_impl.dart:51:12) #33 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async-patch/async_patch.dart:33:20) #34 _rootRun (dart:async/zone.dart:1120:38) #35 _CustomZone.run (dart:async/zone.dart:1021:19) #36 _CustomZone.runGuarded (dart:async/zone.dart:923:7) #37 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:963:23) #38 _rootRun (dart:async/zone.dart:1124:13) #39 _CustomZone.run (dart:async/zone.dart:1021:19) #40 _CustomZone.runGuarded (dart:async/zone.dart:923:7) #41 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:963:23) #42 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) #43 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) #44 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:116:13) #45 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:173:5)

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

こちらの記事を参考に対処なされては
いかがでしょう
https://qiita.com/najeira/items/fdcca746b5b005017ac8

投稿2019/07/09 03:58

nanami12

総合スコア1015

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問