zoukankan      html  css  js  c++  java
  • flutter-真机调试ios Traceback (most recent call last)

     1 Traceback (most recent call last):
     2   File "/tmp/C5FDB25B-C7F4-462E-8AC9-7FF9D1A50F21/fruitstrap_d3ca95e47b6608c20ff2410e8938899af5a79f42.py", line 25, in connect_command
     3     process = lldb.target.ConnectRemote(listener, connect_url, None, error)
     4 AttributeError: 'NoneType' object has no attribute 'ConnectRemote'
     5 Traceback (most recent call last):
     6   File "/tmp/C5FDB25B-C7F4-462E-8AC9-7FF9D1A50F21/fruitstrap_d3ca95e47b6608c20ff2410e8938899af5a79f42.py", line 45, in run_command
     7     lldb.target.modules[0].SetPlatformFileSpec(lldb.SBFileSpec(device_app))
     8 AttributeError: 'NoneType' object has no attribute 'modules'
     9 Traceback (most recent call last):
    10   File "/tmp/C5FDB25B-C7F4-462E-8AC9-7FF9D1A50F21/fruitstrap_d3ca95e47b6608c20ff2410e8938899af5a79f42.py", line 74, in safequit_command
    11     process = lldb.target.process
    12 AttributeError: 'NoneType' object has no attribute 'process'

    xcode12和flutter版本的问题

    通过将flutter升级到1.20.4解决问题

    有用的点个赞!!

  • 相关阅读:
    fapws3 how to
    some tools
    Subversion文档(中文前6章)
    更改ubuntu root密码
    远程共享访问windows主机
    python下datetime类型的转换
    redis tips
    ubuntu在内存大过4g时会自动打pae补丁
    安装pythondoc
    redis hmset and set is not equviant
  • 原文地址:https://www.cnblogs.com/mingv/p/14110245.html
Copyright © 2011-2022 走看看