美文网首页
flutter学习碰到的坑

flutter学习碰到的坑

作者: 黄花菜先生 | 来源:发表于2019-02-19 11:42 被阅读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**

解决方案

相关文章

网友评论

      本文标题:flutter学习碰到的坑

      本文链接:https://www.haomeiwen.com/subject/hduxyqtx.html