简体   繁体   中英

third-party 'MBProgressHUD/MBProgressHUD.h' file not found

I'm new at iOS development, and I want to run this project https://github.com/google/uribeacon/tree/master/ios-uribeacon that I thought it should work out of the box. I've tried to build and run uribeacon-sample, but I can't because I got this error 'MBProgressHUD/MBProgressHUD.h' file not found I 've seen that there this this project https://github.com/jdg/MBProgressHUD , but I don't know how to include it

when you clone your git, need to get submodules;

git clone --recursive git://github.com/foo/bar.git

您还可以遵循MBProgressHUD指令并使用CocoaPods ,它使用起来非常简单,并且可以使用它来添加(不仅是这个)而且可以将多个开源项目添加到您自己的代码中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM