2017-10-06 56 views
1

当我运行我的应用程序,在控制台我看到:什么是延迟加载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 

为什么呢?

+1

也许重复https://stackoverflow.com/q/46439892/ – Rob

回答

0

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