Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8843563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:15:21+00:00 2026-06-14T11:15:21+00:00

Getting a weird Assertion Failure when presenting an email prompt in iOS Code: –

  • 0

Getting a weird Assertion Failure when presenting an email prompt in iOS

Code:

- (void)displayComposerSheet:(id)delegate withDataSource:(id )datasource {
    MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
    picker.navigationBar.tintColor = self.navigationController.navigationBar.tintColor;
    picker.mailComposeDelegate = delegate;
    //Use the datasource to fill in the email fields
    if ([[datasource recipients] count] > 0)
      [picker setToRecipients:[datasource recipients]];
    [picker setSubject:[datasource subject]];

    [picker setMessageBody:[datasource emailText] isHTML:[datasource isHTML]];
    [[UIWindow topMostController] presentModalViewController:picker animated:YES];
    [picker becomeFirstResponder];

    [picker release];
}

MyApp[60324:907] *** Assertion failure in -[MFMailComposeInternalViewController _endDelayingCompositionPresentation], /SourceCache/MessageUI/MessageUI-1075.10/Mail/MFMailComposeInternalViewController.m:316
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:15:22+00:00Added an answer on June 14, 2026 at 11:15 am

    Alas the dangers of swizzling….

    I had swizzled UINavigationController’s pushViewController method with my own method that internally used setViewControllers. (I had been running into some threading issues where the same view controller got pushed twice.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Getting this weird LINQ error. title = System.Linq.Enumerable+WhereSelectEnumerableIterator`2[System.Xml.Linq.XElement,System.String Here is the code I have:
i'm getting a weird null pointer exception in the last line of this code:
I'm getting weird results from the System.out.print immediately below the Scanner declaration in the
I'm getting weird EXC_BAD_ACCESS errors. I thought that I didn't need to retain objects
I have a fulltext index on my table but am getting weird results... Think
I'm getting a weird error, when initializing my deque or vector. I'm using QtCreator
I'm getting this weird issue. Basically I'm animating a view with translate animation. (Translate
I am getting some weird distortion of my CCLabelBMFont labels in Cocos2D, as noted
I'm getting some weird differences when running Nokogiri locally versus running it on my
I'm getting some weird things happening when I try to create an AVD or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.