gpt4 book ai didi

configuration - Flutter macOS high Sierra 错误

转载 作者:IT老高 更新时间:2023-10-28 12:46:24 24 4
gpt4 key购买 nike

我按照 Flutter 网站上的说明进行操作。 Flutter Doctor 警告如下。我的问题我不知道如何克服这个错误、警告等。

有什么帮助吗?

/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

纠正 flutter 路径后,医生给了我这个警告。

/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 

然后

pip install six

如果错误仍然存​​在运行

flutter upgrade 

关于configuration - Flutter macOS high Sierra 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49734073/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com