按照文档快速开始https://flutterchina.club/set…问题:brew install –HEAD libimobiledevice配置Flutter中的ios环境时,执行brew install –HEAD libimobiledevice时,报异常^CError: Calling needs :cxx11 is disabled! There is no replacement.Please report this to the homebrew/core tap: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb:23
卸载brew,重新安装;1、卸载brew,执行命令:/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent…)“2、安装brew,执行命令:/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent…)" 之后重新执行,brew install –HEAD libimobiledevice,就没有错误了;原因是因为升级mac系统导致brew部分功能不能使用的解决方案出自 https://blog.csdn.net/LXFX110…