美文网首页
Lazy loading NSBundle MobileCore

Lazy loading NSBundle MobileCore

作者: 艾希_可可 | 来源:发表于2018-03-27 14:15 被阅读47次

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

1、打开你的项目找到 Scheme --> Edit Scheme--> Run-->environment variable (name) OS_ACTIVITY_MODE ; Value ${DEBUG_ACTIVITY_MODE},如图所示


屏幕快照 2018-03-27 下午2.14.44.png

2、找到你的项目点击 project--> build settings, 点击 + 添加设置名字为 DEBUG_ACTIVITY_MODE.然后在 Debug点击+ ,然后选择"Any iOS Simulator SDK",并且把值设置 "default" 如图所示:

屏幕快照 2018-03-27 下午2.15.33.png

相关文章

网友评论

      本文标题:Lazy loading NSBundle MobileCore

      本文链接:https://www.haomeiwen.com/subject/cutscftx.html