Flutter Issues with MacOS 10.15 Catalina

社会主义新天地 提交于 2019-12-03 16:17:53

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?

For this issue:

[!] Flutter (Channel dev, v1.7.11, on Mac OS X 10.15 19A487m, locale en-SE) ✗ Downloaded executables cannot execute on host. See https://github.com/flutter/flutter/issues/6207 for more information

Easy fix: Open terminal on mac and run following commands:

1- flutter channel master

2- flutter doctor

Enjoy

Uninstall and install it again (fe if you are using homebrew).

Just run:

brew uninstall cocoapods && brew install cocoapods
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!