After adding GPUImageto my project, Xcodemy application was denied Miss Info.plistfor NSCameraUsageDescription.
Missing key Info.plist- this application is trying to access confidential data information without a description of use. The application Info.plistshould contain NSCameraUsageDescriptiona string value explaining how the application uses this data.
I added the key and description to my plist in several different ways, and more than 10 collectors got the same failure error.
Here is mine Info.plistwith a camera use key below.

Any ideas on why I still deny it when I clearly defined this in my plist?
source
share