Trying to open a MFMailComposeViewController in the iOS9 and iOS9.1 simulator, I get:
MailCompositionService quit unexpectedly.
Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
Xcode Version 7.1.1 (7B1005)
Offending code is:
#import <MessageUI/MessageUI.h>
...
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc] init];
[self presentViewController:controller animated:YES completion:nil];
Am I missing something ? Anyone have the Mail Compose working on iOS simulator ?