System group container for systemgroup.com.apple.configurationprofiles path

倖福魔咒の 提交于 2019-12-03 05:23:17

问题


When i run my application in ios 10 using xcode 8 i am getting below message in debug console but everything is working fine. My application is using camera and photo library, and i had added " Privacy - Camera Usage Description " and "Privacy - Photo Library Usage Description"in info.plist. Can any one tell me why this message in comming

[MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles


回答1:


If everything is working fine, then you should disregard these log messages. iOS has been printing a lot of irrelevant debug messages lately and I'm betting this is just another one of them.

You can also try this answer from another question that seems to remove most irrelevant logs.




回答2:


From iOS 10.x we need to add the Privacy Permissions for Photo library, Camera and Contacts. As you said, once you add the Keys like

"Privacy - Photo Library Usage Description"

then you will be able to use those internal apps inside your app.

In my case app was crashing when I use Camera and Photo lib inside my app without these entries in Info.plist.



来源:https://stackoverflow.com/questions/39588500/system-group-container-for-systemgroup-com-apple-configurationprofiles-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!