After adding GPUImage to my Xcode project, my app is getting denied for Missing an Info.plist key for NSCameraUsageDescription.
Missing
Info.plistkey - This app attempts to access privacy-sensitive data without a usage description. The app'sInfo.plistmust contain anNSCameraUsageDescriptionkey with a string value explaining to the user how the app uses this data.
I have added the key and description to my plist in several different ways and over 10 builds have all gotten the same denial error.
Here is my info.plist with the Camera Usage key at the bottom.
Any ideas on why I still get denied when I clearly have this defined in my plist?



