Flutter配置ios模拟器
2019-03-28 本文已影响452人
90后的晨仔
1.安装 homebrew
2.逐条操作执行命令
打开终端并运行这些命令来安装用于将Flutter应用安装到iOS设备的工具
brew update
brew install --HEAD libimobiledevice【输入这条后会提示`brew install
ideviceinstaller`】根据提示操作就可以
brew install ideviceinstaller ios-deploy cocoapods
pod setup