【Flutter 开发环境搭建遇到的问题:

Doctor summary (to see all details, run flutter doctor -v):

[✓] Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.6 19G73 darwin-x64, locale zh-Hans-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)

[!] Xcode - develop for iOS and macOS

    ✗ CocoaPods not installed.

        CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart

        side.

        Without CocoaPods, plugins will not work on iOS or macOS.

        For more info, see https://flutter.dev/platform-plugins

      To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

[✓] Chrome - develop for the web

[✓] Android Studio (version 4.1)

[✓] IntelliJ IDEA Ultimate Edition (version 2021.1)

[✓] VS Code (version 1.56.2)

[✓] Connected device (1 available)

 

以上问题解决办法:

https://juejin.cn/post/6844903950357889032

插件安装后没有生效问题解决办法:

https://stackoverflow.com/questions/65364073/flutter-doctor-cocoapods-installed-but-not-working

posted @ 2021-05-24 17:44  Eillot  阅读(222)  评论(0)    收藏  举报