When the user selects an image from the picker controller, I'm calling the delegate:
(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
in the dictionary info, the value for key UIImagePickerControllerMediaURL
is NULL
. Am I missing something here?