While choosing an image from the image picker in iOS 10 Swift 3 I am getting an error - Creating an image format with an unknown type is an error
Creating an image format with an unknown type is an error
For me I was getting the error:
"fatal error: unexpectedly found nil..."
when you select imagein imagepicker.
To get around the problem, I created the outlet for the imageView again.
imageView