Home > OS >  Camera permission Xcode 13
Camera permission Xcode 13

Time:09-29

I need to access the camera. This used to be managed in the info.plist, but this file is not as it was. I have looked in targets->Info but I can't seem to find where to set the permission.

CodePudding user response:

In Xcode 13, you edit the Info.plist by editing the app target and going into the Info pane. There you see a short list of keys and values. Add the privacy key for the camera.

  • Related