按照文档快速开始
问题: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 )"
2、安装brew,
执行命令:/usr/bin/ruby -e "$(curl -fsSL )"
之后重新执行,brew install --HEAD libimobiledevice,就没有错误了;
原因是因为升级mac系统导致brew部分功能不能使用的
解决方案出自
Error: Method not found: 'setState'
非状态控件
下载安卓sdk
然后放到指定目录/Users/zxd/Library/Android/sdk