jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'MBProgressHUD needs to be accessed on the main thread. #399

Closed junyuyuan closed 8 years ago

junyuyuan commented 8 years ago

My app Login error , hide the hud , more than three times show that cache.

matej commented 8 years ago

Read the message. Make sure you call MBProgressHUD methods on the main thread.

Anbu312 commented 7 years ago

Yes, I call MBProgressHUD method on the main thread. I am facing the same issue.