iOS 10相机,相册,麦克风等崩溃问题 Info.plist

The app's Info.plist must contain an NSCameraUsageDescription key with a string value

根据提示直接在Info.plist中天添加相应的 key即可

文本打开Info.plist:粘贴进去即可

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

 

posted @ 2016-11-03 10:26  光光96  阅读(51)  评论(0)    收藏  举报