【问题标题】:What is lazy loading NSBundle MobileCoreServices.framework?什么是延迟加载 NSBundle MobileCoreServices.framework?
【发布时间】:2017-10-06 19:55:29
【问题描述】:

当我运行我的应用程序时,我在控制台中看到:

2017-10-06 21:53:06.021357+0200 VocalDC[11885:697422] [MC] Lazy loading NSBundle MobileCoreServices.framework
2017-10-06 21:53:06.022797+0200 VocalDC[11885:697422] [MC] Loaded MobileCoreServices.framework
2017-10-06 21:53:06.044053+0200 VocalDC[11885:697422] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/matteo/Library/Developer/CoreSimulator/Devices/30794E7C-3841-4E37-B559-75029A6D1645/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

为什么?

【问题讨论】:

标签: xcode


【解决方案1】:

这只是在 Xcode 9、ios 11 中开始出现的。它是我们都应该采用的新“import os”日志系统格式的调试消息,对吧?它来自一些系统代码调试语句。您可能在设置中定义了 UTI 导入或导出。我没有得到第一行或最后一行,但我得到了“Loaded MobileCoreServices.framework”行。

【讨论】:

    猜你喜欢
    • 2018-03-08
    • 2010-09-07
    • 2011-01-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-03-04
    • 2012-12-09
    相关资源
    最近更新 更多