jdg / MBProgressHUD

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

'MBProgressHUD.h' file not found #636

Open 04192202 opened 1 year ago

04192202 commented 1 year ago

I tried a number of things, including re-downloading the update, changing the name, and changing the configuration. I've followed Google's experience to no avail, what's the solution?

04192202 commented 1 year ago

Over the past few months, I've had the feeling that this issue is more of a bug in Xcode than a problem with the program itself, and that the cache generated by Xcode running multiple times can cause libraries to be loaded in a messy way that prevents them from being found correctly.

tbbruno commented 10 months ago

@04192202 Not sure if this is still an issue for you, but changing the import to #import <MBProgressHUD/MBProgressHUD.h> fixed this issue for me.