Search code examples
iosobjective-cxcode6mbprogresshud

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


Solution

  • when you clone your git, need to get submodules;

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