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 NSPhotoLibraryUsageDescription key with a string
value explaining to the user how the app uses this data.
解決方式
在項目中找到info.plist文件谭溉,右鍵點擊以Source Code 形式打開2.添加以下鍵值對
<key>NSPhotoLibraryUsageDescription</key>
<string>此 App 需要您的同意才能讀取媒體資料庫</string>
2.xcode注釋快捷鍵 : 'cmd' + 'option' + '/'