报错: 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.
根据提示直接在Info.plist中天添加NSCameraUsageDescription key即可
本文介绍了一种常见的iOS应用开发问题:当应用程序尝试访问敏感数据(如相机)但未在Info.plist文件中提供使用说明时出现的崩溃错误。文中提供了具体的解决方案,即在Info.plist中添加NSCameraUsageDescription键及其描述字符串。
2701

被折叠的 条评论
为什么被折叠?



