How to get rid of device-camera entitlement warning?

Viewed 673

I have a strange warning in my macOS app : CMIO_DAL_PlugInManagement.cpp:191:Initialize Missing device-camera entitlement

I am not doing anything with the camera. Basically my app is just showing a window with a SceneKit view and one object.

I tried adding the camera entitlement with value 'NO' with no luck.

How to get rid of that console warning ?

XCode 12.3, macOS BigSur

1 Answers
Related