ios10相机等崩溃-b

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios10相机等崩溃-b相关的知识,希望对你有一定的参考价值。

ios10闪退 崩溃1:

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文件 添加一个“NSContactsUsageDescription ”的Key,Value添加一个描述。

需要在应用的info.plist里加入(使用source code模式):

<key>NSCameraUsageDescription</key>    
<string>cameraDesciption</string>
<key>NSContactsUsageDescription</key>
<string>contactsDesciption</string>
<key>NSMicrophoneUsageDescription</key>
<string>microphoneDesciption</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>photoLibraryDesciption</string>

WDC2106 iOS10新特性及开发者要注意什么

以上是关于ios10相机等崩溃-b的主要内容,如果未能解决你的问题,请参考以下文章

iOS10那些BUG

Android:使用相机意图时应用程序在 onActivityResult 上崩溃

Xcode8 及iOS10适配问题汇总

Xcode8 及iOS10适配问题汇总

Xcode8出现问题总结

ios8 一些运行问题