flutter学习碰到的坑

2019-02-19  本文已影响14人  黄花菜先生

macOS上配置教程

坑:

1.将Flutter代码的bin目录加入到系统环境变量中

打开bash_profile文件时需要用命令行打开,如果是用鼠标打开,那么配置会不生效

open .bash_profile

2.flutter doctor一直提示以下错误

✗ **libimobiledevice and ideviceinstaller are not installed. To install, run:
    brew install --HEAD libimobiledevice
    brew install ideviceinstaller**

解决方案

上一篇 下一篇

猜你喜欢

热点阅读