zoukankan      html  css  js  c++  java
  • Xcode 9 打印信息解决

    Xcode 9 打印信息解决

    • 打印信息 1
    nw_proxy_resolver_create_parsed_array PAC evaluation error: kCFErrorDomainCFNetwork: 308
    nw_proxy_resolver_create_parsed_array PAC evaluation error: NSURLErrorDomain: -1004
    解决办法:系统偏好设置-->网络-->高级-->代理,然后关闭自动代理ok了
    
    • 打印信息 2
    Could not successfully update network info during initialization.
    
    • 打印信息 3
    Lazy loading NSBundle MobileCoreServices.framework,
    
    Loaded MobileCoreServices.framework,
    
    System group container for systemgroup.com.apple.configurationprofiles path is /Users/develop/Library/Developer/CoreSimulator/Devices/083C0102-C85F-463A-96F4-CA1B9AC7919D/data/Containers/Shared/SystemGroup/ systemgroup.com.apple.configurationprofiles
    
    • 打印信息 4
     refreshPreferences: HangTracerEnabled: 0
    2017-12-06 09:25:23.310377+0800 LeYingTong[35666:5979681] refreshPreferences: HangTracerDuration: 500
    2017-12-06 09:25:23.310396+0800 LeYingTong[35666:5979681] refreshPreferences: ActivationLoggingEnabled: 0 ActivationLoggingTaskedOffByDA:0
    

    此方法不是最终解决办法,能屏蔽所有打印。
  • 相关阅读:
    开发avr单片机网络资源
    c语言中各种数据类型的长度
    REPEAT_BYTE(x)宏
    如何快速掌握man手册的使用
    如何获取内核代码的变更信息说明
    min宏的学习
    Spring对jdbc支持
    切入点表达式
    XML方式实现AOP编程
    注解方式实现AOP编程
  • 原文地址:https://www.cnblogs.com/ShaoYinling/p/7991140.html
Copyright © 2011-2022 走看看