Anvil
Anvil

Reputation: 1865

Camera permission Xcode 13

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.

Upvotes: 1

Views: 5357

Answers (1)

matt
matt

Reputation: 534885

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.

Upvotes: 3

Related Questions