iOS 10 error [access] when using UIImagePickerController

You may need to put the NSPhotoLibraryUsageDescription in your plist.
Like

<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) uses photos</string>

Check all the usage descriptions here.

Leave a Comment