美文网首页
flutter 错误记录1

flutter 错误记录1

作者: 茗记西岭雪 | 来源:发表于2020-05-11 17:59 被阅读0次

    [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/KSHObjcUML.xcplugin' not present in DVTPlugInCompatibilityUUIDs

    更新了 flutter 以后报这个错,找了好久方法 才解决

    方法: 找到 自己 flutter 项目里面的 ios 文件夹,比如路径是 path.打开终端 

    cd path   //回车

    然后执行    pod install  

    然后在 flutter run 就好了  记录一下~~~防止遗忘

    相关文章

      网友评论

          本文标题:flutter 错误记录1

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