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>