Flutter Issues with MacOS 10.15 Catalina

前端 未结 3 677
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-09 08:51

After updating to MacOS 10.15 Catalina, there are problems with Flutter.

Specifically, Flutter doctor complaints about the following:

3条回答
  •  醉梦人生
    2021-02-09 09:13

    Its possible to install cocoapods, run flutter build ios and run on the iOS simulator.

    • brew uninstall cocoapods
    • sudo gem install -n /usr/local/bin cocoapods
    • pod install

    Detailed instructions are here: This terminal won't let me run or install cocoa pods because I am on MacOS Catalina Beta?

提交回复
热议问题