On presenting UIImagePickerController
with photo library source on iOS10, my app crashes.
On iOS10 with camera source and on iOS9<
You may need to put the NSCameraUsageDescription (if your app uses the Camera) and NSPhotoLibraryUsageDescription (if your app uses the Photo Library) in your plist. Like below,
NSCameraUsageDescription
$(PRODUCT_NAME) needs access to use your camera
NSPhotoLibraryUsageDescription
$(PRODUCT_NAME) needs access to use your photo library