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

时间:2015-03-31 21:18:02

标签: ios objective-c xcode6 mbprogresshud

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

2 个答案:

答案 0 :(得分:1)

当你克隆你的git时,需要得到子模块;

  

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

答案 1 :(得分:1)

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