WF: === Starting WebFilter logging for process Test
2016-09-30 08:56:45.458007 Test[616:142557] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2016-09-30 08:56:45.458437 Test[616:142557] WF: _WebFilterIsActive returning: NORun Code Online (Sandbox Code Playgroud)
我在xcode 8,iOS-10中的调试器中收到此警告,当我使用UIWebView Delegate方法加载某些东西时.我没有在Apple网站上找到有关此Web过滤器Active/De-active模式的任何文档.虽然它在我现有的webView功能中没有引起任何问题,即使我在我的webView中运行了一些javascript函数也完成了方法.但仍然很想知道这个新功能的更多信息.
有关此功能的任何建议将不胜感激.
我在Xcode控制台视图上收到以下消息
libMobileGestalt MobileGestaltSupport.m:153:pid 231(myproject)没有为frZQaeyWLUvLjeuEK43hmg提供沙箱访问权限且未正确授权
libMobileGestalt MobileGestalt.c:550:无法访问InverseDeviceID(请参阅参考资料)
MacOs Sierra版本:10.12.4 Xcode版本8.3编程语言:目标C.
我在应用程序启动后收到此消息,在运行应用程序时使用xcode插入设备.这似乎是一个罕见的问题.有人可以帮我解决这个问题吗?