我正在尝试在 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 文件,因为它以前从未需要过。