I\'m trying to get a basic image picker/photo taker running in my app and have run into the following error:
*** ERROR: FigCreateCGImageFromJPEG returned -1. In
I have managed to stop my application crashing but the error persist.
Instead of assigning the UIImage
from the NSDictionary *info
straight to my UIImageView
I retain it in a UIImage
variable then dismiss the ModalViewcontroller
.
In the viewWillAppear
method of the root UIViewController
I then assign the image to my UIImageView
.image.
I don't know if the order I was doing things was the root cause. The error still appears in the console however.