找不到第三方 'MBProgressHUD/MBProgressHUD.h' 文件

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

我是 iOS 开发新手,我想 运行 这个项目 https://github.com/google/uribeacon/tree/master/ios-uribeacon 我认为它应该开箱即用。 我尝试构建 运行 uribeacon-sample,但我做不到,因为我遇到了这个错误 'MBProgressHUD/MBProgressHUD.h' file not found 我看到有这个项目 https://github.com/jdg/MBProgressHUD,但我不知道如何包含它

当您克隆 git 时,需要获取子模块;

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

您也可以按照MBProgressHUD的说明使用CocoaPods,使用起来非常简单,您可以用它来添加,不仅是这个,还有多个开源项目到您自己的代码中。