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

38,140

Solution 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.

Solution 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.

Share:
38,140
Vaisakh
Author by

Vaisakh

Updated on March 13, 2020

Comments

  • Vaisakh
    Vaisakh about 4 years

    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

  • David
    David over 7 years
    what are the additions to the info.plist file?
  • DGoogly
    DGoogly about 7 years
    1.Privacy - Camera Usage Description : Used to capture photo or scan barcode, 2.Privacy - Contacts Usage Description : Used to access device contacts, 3. Privacy - Photo Library Usage Description : Used to access Photo library
  • Yassine ElBadaoui
    Yassine ElBadaoui almost 7 years
    I had the same log message without having photos or camera access in my project. I believe that @Bruno Philipe answer should be the accepted answer.
  • devjme
    devjme about 6 years
    I have this on a text field and keyboard doesn't open
  • jsbox
    jsbox over 5 years
    I don't think this answer is correct. My iOS app does not use any external Photo, Camera, Contacts, or other library (that I know of), yet this message is being printed to the log file anyway, the first time the user clicks in a text editing field. I'm running on iOS 12.1, and developing on XCode 10.1.