Answers for "his app has crashed because it attempted to access privacy-sensitive data without a usage description."

1

his app has crashed because it attempted to access privacy-sensitive data without a usage description.

You need to put the NSCameraUsageDescription in your plist.

Like

<key> NSCameraUsageDescription </key>
<string>$(PRODUCT_NAME) uses Cameras</string>
Posted by: Guest on January-10-2022

Code answers related to "his app has crashed because it attempted to access privacy-sensitive data without a usage description."

Browse Popular Code Answers by Language