解决OBJC_CLASS_$_MBProgressHUD无法引用的问题(转载)_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > 解决OBJC_CLASS_$_MBProgressHUD无法引用的问题(转载)

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

 2015/2/23 22:52:03  shorltived  程序员俱乐部  我要评论(0)
  • 摘要:Undefinedsymbolsforarchitecturei386:"_OBJC_CLASS_$_MBProgressHUD",referencedfrom:objc-class-refinViewController.old:symbol(s)notfoundforarchitecturei386clang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation
  • 标签:解决 问题 SSH class

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文件就可以了。
发表评论
用户名: 匿名