Open dindin4 opened 8 years ago
same issue:[MBProgressHUD detailLabel] unrecognized selector sent to instance
same issue:[MBProgressHUD label]: unrecognized selector sent to instance. This happened when i update 0.9.2 to 1.0.0
same issue:[MBProgressHUD label]: unrecognized selector sent to instance. This happened when i update 0.9.2 to 1.0.0
Any way to reproduce this? This all sounds like the update from 0.9.2 to 1.0.0 did not go well and you're still using the old implementation during runtime for some reason. Perhaps you have both version of the class still in your project?
so, how to reslove this problem? I have tried to remove MBProgressHUD from my project and reinstall it, but it dosen't work.
ok, this appears just when i use cocoaPods to add it into my project.
Honestly, no idea. It doesn't seem to be a MBPorgressHUD issue, but an issue with cocoapods.
It's OK,just clean cocoapods cache
I have been using MBProgressHUD for quite a while now and suddenly today my app is crashing and I get
unrecognized selector sent to instance
for at least three different lines -hud.backgroundView
hud.label.text
hud.hideAnimated
I notice some errors go away when you use the deprecated calls but surely this shouldn't be the fix?