什么是延迟加载NSBundle MobileCoreServices.framework



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

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 9、ios 11 中出现。 这是一条调试消息,采用我们都应该采用的新"导入操作系统"日志记录系统的格式,对吧?它来自一些系统代码调试语句。 您可能在设置中定义了 UTI 导入或导出。 我没有收到第一行或最后一行,但我得到"加载的MobileCoreServices.framework"行。

相关内容

  • 没有找到相关文章

最新更新