Configuration 颤振macOS高塞拉误差

Configuration 颤振macOS高塞拉误差,configuration,flutter,macos-high-sierra,Configuration,Flutter,Macos High Sierra,我遵守颤振现场的指示。颤振医生警告如下。我的问题我不知道如何克服这个错误,警告等 需要帮忙吗 /Users/niyazitoros/development/flutter/flutter/bin/flutter --no-color doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v0.2.3, on Mac OS X 10.13.4 17E199, loc

我遵守颤振现场的指示。颤振医生警告如下。我的问题我不知道如何克服这个错误,警告等

需要帮忙吗

/Users/niyazitoros/development/flutter/flutter/bin/flutter --no-color doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.2.3, on Mac OS X 10.13.4 17E199, locale tr-TR)
[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
[!] iOS toolchain - develop for iOS devices (Xcode 9.3)
    ✗ Missing Xcode dependency: Python module "six".
      Install via 'pip install six' or 'sudo easy_install six'.
    ✗ CocoaPods installed but not initialized.
        CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
        For more info, see https://flutter.io/platform-plugins
      To initialize CocoaPods, run:
        pod setup
      once to finalize CocoaPods' installation.
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Community Edition (version 2018.1)
[!] Connected devices
    ! No devices available

! Doctor found issues in 3 categories.
Process finished with exit code 0
修正了颤振路径后,医生给了我这个警告

/Users/niyazitoros/development/flutter/bin/flutter --no-color doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.2.3, on Mac OS X 10.13.4 17E199, locale tr-TR)
[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
[!] iOS toolchain - develop for iOS devices (Xcode 9.3)
    ✗ Missing Xcode dependency: Python module "six".
      Install via 'pip install six' or 'sudo easy_install six'.
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Community Edition (version 2018.1)
[!] Connected devices
    ! No devices available

! Doctor found issues in 3 categories.
Process finished with exit code 0

要修复android SDK许可证错误,请在终端上输入

flutter doctor --android-licenses 
然后

如果错误仍然存在,请运行

flutter upgrade 

如果还有人对pip six有问题的话

卸载python2

brew卸载python@2

这个是为我工作的

您可以使用

flutter doctor --android-licenses 
下一步你要跑了

pip install six

对于Android,你需要安装Android Studio,而对于iOS Xcode,你是否真的尝试过按照《颤振博士》所说的去做?要接受android许可,请安装六个并初始化cocoapods?我在大约一个月前安装了xCode full和android Studio full。问题是颤振文件夹在下载文件夹中。我更正了路径,现在正在处理1个警告。无法安装six。用户MBP:~user$easy_install-U six搜索six Reading找不到'six'的索引页(可能拼写错误?)扫描所有包的索引(这可能需要一段时间)读取未找到six的本地包或工作下载链接错误:找不到符合要求的分发版。解析('six'))清洁安装后,macOS high Sierra使一切都变得完美。我按照macOS安装的步骤进行操作,现在可以正常工作了。我尝试了升级,但没有成功。有什么新的想法吗?我有另一台MacBook,也有类似的问题。清洁安装和逐步帮助我在这方面。
pip install six