Cảm ơn @rmaddy, tôi đã thêm điều này ngay sau các cặp chuỗi khóa khác trong Info.plist và khắc phục sự cố:
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
Biên tập:
Tôi cũng đã gặp vấn đề tương tự trên các thành phần khác nhau của ứng dụng của mình. Đã kết thúc việc thêm tất cả các khóa này cho đến nay (sau khi cập nhật lên 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>
Kiểm tra liên kết developer.apple.com này để biết danh sách đầy đủ các tài liệu tham khảo chính của danh sách tài sản.
Danh sách đầy đủ:
Nhạc Apple:
<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>
Lịch:
<key>NSCalendarsUsageDescription</key>
<string>My description about why I need this capability</string>
Máy ảnh:
<key>NSCameraUsageDescription</key>
<string>My description about why I need this capability</string>
Liên lạc:
<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>
Chia sẻ về sức khỏe:
<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>
Cập nhật sức khỏe:
<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>
Bộ dụng cụ gia đình:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
Vị trí:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
Địa điểm (Luôn luôn):
<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>
Vị trí (Khi sử dụng):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
Cái mic cờ rô:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
Chuyển động (Gia tốc kế):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
NFC (Giao tiếp trường gần):
<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>
Thư viện ảnh:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
Thư viện ảnh (truy cập chỉ viết):
<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>
Nhắc nhở:
<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>
Thưa ngài:
<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>
Nhận dạng giọng nói:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
NSPhotoLibraryUsageDescription
và bạn sẽ tìm thấy nhiều ví dụ.