Terima kasih @rmaddy, saya menambahkan ini setelah pasangan kunci-string lainnya di Info.plist dan memperbaiki masalahnya:
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
Edit:
Saya juga akhirnya mengalami masalah serupa pada berbagai komponen aplikasi saya. Akhirnya menambahkan semua kunci ini sejauh ini (setelah memperbarui ke Xcode8 / iOS10):
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>
Periksa tautan developer.apple.com ini untuk daftar lengkap referensi kunci daftar properti.
Daftar Lengkap:
Apple Music:
<key>NSAppleMusicUsageDescription</key>
<string>My description about why I need this capability</string>
Bluetooth:
<key>NSBluetoothPeripheralUsageDescription</key>
<string>My description about why I need this capability</string>
Kalender:
<key>NSCalendarsUsageDescription</key>
<string>My description about why I need this capability</string>
Kamera:
<key>NSCameraUsageDescription</key>
<string>My description about why I need this capability</string>
Kontak:
<key>NSContactsUsageDescription</key>
<string>My description about why I need this capability</string>
FaceID:
<key>NSFaceIDUsageDescription</key>
<string>My description about why I need this capability</string>
Pangsa Kesehatan:
<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>
Pembaruan Kesehatan:
<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>
Peralatan rumah:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
Lokasi:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
Lokasi (Selalu):
<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>
Lokasi (Saat digunakan):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
Mikropon:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
Gerak (Akselerometer):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
NFC (Komunikasi medan dekat):
<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>
Perpustakaan Foto:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
Perpustakaan Foto (akses khusus menulis):
<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>
Pengingat:
<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>
Siri:
<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>
Pengenalan suara:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
NSPhotoLibraryUsageDescription
dan Anda akan menemukan banyak contoh.