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.
XCode8希望我们在开发iOS10应用程序时,能够提供给用户更多的权限通知信息
其中涉及到得关键字有
- <key>NSCameraUsageDescription</key>
- <key>NSContactsUsageDescription</key>
- <key>NSMicrophoneUsageDescription</key>