通常,当我像这样使用 mfmailcomposeviewcontroller 时:
if ([MFMailComposeViewController canSendMail])
{
MFMailComposeViewController *mcvc = [[MFMailComposeViewController alloc] init];
mcvc.mailComposeDelegate = self;
[mcvc setSubject:@"Check out these diamonds!"];
[self presentModalViewController:mcvc animated:YES];
[mcvc release];
}
我现在在 iOS 6 上收到此错误:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException',
reason: 'Could not load NIB in bundle: 'NSBundle </Users/ericshorr/Library/Application Support/iPhone Simulator/6.0/Applications/7904C2AD-23E1-4211-B5FA-A1F03CB3A875/SDE Group Diamonds.app> (loaded)' with name 'MFMailComposeInternalViewController''