NSCameraUsageDescription

NSCameraUsageDescription

我正在尝试在Xcode中运行OpenCV项目,并且似乎有新的需要为C++应用程序NSCameraUsageDescription提供info.plist。

2018-09-28 00:03:15.181948+0800 k_nearest_detector_v2[23505:710470] [access] This app has crashed because it attempted to access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Program ended with exit code: 9

我该如何为C++项目创建.plist文件,因为以前从未需要它。

最佳答案

找到了解决方案。将具有所需NSCameraUsageDescription,NSMicrophoneUsageDescription(或其他)的文件与来自XCode的组合文件放在一起(请参见下面的屏幕截图)。对于发行版和调试版。

09-11 17:32