首页 > 学院 > 开发设计 > 正文

解决OBJC_CLASS_$_MBProgressHUD无法引用的问题(转载)

2019-11-14 19:32:02
字体:
来源:转载
供稿:网友

Undefined symbols for architecture i386:

  "_OBJC_CLASS_$_MBPRogressHUD", referenced from:

      objc-class-ref in ViewController.o

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 
 
这里的错误是因为你的在building phases中没有引用相关的头文件,因此,只需要在building phase中添加对应的.m文件就可以了。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表