美文网首页
Flutter 找不到iPhone真机的解决方法

Flutter 找不到iPhone真机的解决方法

作者: 小虾57 | 来源:发表于2021-01-08 16:56 被阅读0次

    flutter找不到真机,已经安装Xcode,Xcode里面可以打开真机运行,但Android Studio环境和Vscode环境下,不能找到连接的iPhone真机,其实很简单,终端运行一下:

    flutter doctor

    image.png

    按照提示终端执行 截图绿色部分的命令即可。

    brew install --HEAD libimobiledevice 
    brew install ideviceinstaller 
    brew install ios-deploy 
    brew install cocoapods 
    pod setup
    

    相关文章

      网友评论

          本文标题:Flutter 找不到iPhone真机的解决方法

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