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 8450299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:55:58+00:00 2026-06-10T10:55:58+00:00

I am trying to use the MBProgressHUD within an application. I am getting an

  • 0

I am trying to use the MBProgressHUD within an application. I am getting an error at the point the HUD is added to the view.

This is the code that adds the progress bar to the view.

HUD = [[MBProgressHUD alloc] initWithView:self.navigationController.view];
[self.view.window addSubview:HUD];

// Set determinate mode
HUD.mode = MBProgressHUDModeAnnularDeterminate;

HUD.labelText = @"Loading";

// myProgressTask uses the HUD instance to update progress
[HUD showWhileExecuting:@selector(processFieldEntries) onTarget:self withObject:nil animated:YES];

The application errors with:

*** Assertion failure in -[MBProgressHUD initWithView:], /Users/.../MBProgressHUD/MBProgressHUD.m:190

Also

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'View must not be nil.'

And

Crash: View must not be nil.

Does anyone know what the Assertion failure is for and how to resolve. The MBProgressHUD.m file is included in the Compile Sources under the Build Phases tab and header included in the file. The progress is being added to a process for processing field validation.

  • 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-10T10:56:00+00:00Added an answer on June 10, 2026 at 10:56 am

    Hi here is a quick tip on the HUD display.

    first, not trying to be flip here, but make sure that if you are initializing the HUD for a navigation controller, that you have one – or anything else for that matter. Note, the higher you stick the HUD in your view, the more interaction that will get disabled and covered by the HUD overlay (which is a good thing usually).

    so for example if your in a basic view controller, or a modal, etc. do something like this:

    HUD = [[MBProgressHUD alloc] initWithView:self.view];
    [self.view addSubview:HUD];
    

    note that you are adding it to the same view you initialized it with.

    also note you can stuff it in other views as well like:
    self.navigationcontroller.view, self.splitviewcontroller.view or my favorite: self.splitviewcontroller.view.superview (to cover and disable both sides of the view).

    I think your issue will resolve itself if you follow init example with the correct view for your app.

    be well.

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

Sidebar

Related Questions

i'm trying to use MBProgressHUD. i added header an .m to project, imported header
I'm trying use this code to get image resolution from file bool GetImageSizeEx(const char
I'm a little confused here, I am trying use a partial view in a
Trying to use this sql statement. The first 2 parts work fine, I am
trying to use the preferred on method call but the code is not working
I am trying use MySql and Entity Framework, using Connector/Net 6.1 with this as
I'm trying use to selenium with firefox on CentOS from command line like this:
I'm trying use eco for client-side templating. I have multiple .eco templates that I'd
i'm trying use webview to load a image from sdcard i use this path
I have a regex that I'm trying use to validate against strings. Trying to

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.