jdg / MBProgressHUD

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

Crash using MBProgressHUD with latest Cordova (Phonegap) #64

Closed mgcrea closed 11 years ago

mgcrea commented 12 years ago

I get this xcode crash when trying to use your component :

*** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <MBProgressHUD 0xde68840> for the key path "mode" from <MBProgressHUD 0xde68840> because it is not registered as an observer.'

Any ideas?

matej commented 11 years ago

Is this still a problem? I'm guessing that this is some kind of memory problem, where the HUD doesn't get cleanly removed from the view hierarchy.