I am working on a universal app, when trying to select a photo from the devices library on
the iPad I get a SIGABRT error, but it works fine on the iPhone
picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentViewController:picker animated:YES completion:nil]; //the culprit, why?
Thanks for any help in advance!