Teşekkürler @rmaddy, bunu Info.plist'deki diğer anahtar dizesi çiftlerinden hemen sonra ekledim ve sorunu düzelttim:
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
Düzenle:
Uygulamamın farklı bileşenlerinde de benzer sorunlar yaşadım. Şimdiye kadar tüm bu anahtarları ekledim (Xcode8 / iOS10'a güncelledikten sonra):
<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>
Mülk listesi anahtar referanslarının tam listesi için bu developer.apple.com bağlantısına göz atın.
Tam liste:
Apple Müzik:
<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>
Takvim:
<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>
İletişim:
<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>
Sağlık Payı:
<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>
Sağlık Güncellemesi:
<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>
Ev Kiti:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
Yer:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
Yer (Her Zaman):
<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>
Yer (Kullanımdayken):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
Mikrofon:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
Hareket (İvmeölçer):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
NFC (Yakın alan iletişimi):
<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>
Fotoğraf kütüphanesi:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
Fotoğraf Kitaplığı (Yalnızca yazma erişimi):
<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>
Hatırlatmalar:
<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>
Konuşma tanıma:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
NSPhotoLibraryUsageDescription
ve çok sayıda örnek bulacaksınız.