iOS----------The app's Info.plist must contain an NSPhotoLibraryUsageDescription key
?
This app has crashed because it attempted to access privacy-sensitive data without a usage description.? The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
?
意思是說:你需要在info.plist文件 添加一個“NSContactsUsageDescription ”的Key,Value添加一個描述。?
?將下面的代碼加入到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>
轉載于:https://www.cnblogs.com/KiVen2015/p/6627253.html
總結
以上是生活随笔為你收集整理的iOS----------The app's Info.plist must contain an NSPhotoLibraryUsageDescription key的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 任务03——简单程序测试及 GitHub
- 下一篇: 【bzoj2705】[SDOI2012]