zoukankan      html  css  js  c++  java
  • Flutter环境安装问题

    高版本mac系统运行flutter doctor出现以下问题解决办法:

    “idevice_id” cannot be opened because the developer cannot be verified.

    无法打开“idevice_id”,因为无法验证开发者

    解决方案:

    // 执行以下命令行
     sudo xattr -r -d com.apple.quarantine /opt/flutter/bin/cache/artifacts/libimobiledevice/idevice_id
     sudo xattr -r -d com.apple.quarantine /opt/flutter/bin/cache/artifacts/libimobiledevice/idevicename
     sudo xattr -r -d com.apple.quarantine /opt/flutter/bin/cache/artifacts/libimobiledevice/idevicescreenshot
     sudo xattr -r -d com.apple.quarantine /opt/flutter/bin/cache/artifacts/libimobiledevice/idevicesyslog
     sudo xattr -r -d com.apple.quarantine /opt/flutter/bin/cache/artifacts/libimobiledevice/ideviceinfo
    

    “gen_snapshot” cannot be opened because the developer cannot be verified.

  • 相关阅读:
    初识数据库与SQL语句
    初始面向对象
    集合与深浅copy
    函数进阶
    函数操作
    文件操作
    生成器与列表生成式
    函数名的本质,闭包和迭代
    小数据库
    DAY 5 字典
  • 原文地址:https://www.cnblogs.com/fe-linjin/p/12245805.html
Copyright © 2011-2022 走看看