'Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_CustomTabBar", referenced from objc-class-ref inViewController.o
ld: symbol(s) not found for architecture i386

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

 

问题原因:我xcode版本为4.3.1,在引入CustomTabBar时候,4.3.1默认没有勾选targert,所以导致上述错误。

 

直接拉文件过来,记得勾选targert

 

转自:http://blog.csdn.net/top123xcode/article/details/7456889

相关文章:

  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-05-21
  • 2021-05-23
  • 2021-06-12
  • 2021-04-10
  • 2021-04-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2021-10-10
  • 2021-12-07
相关资源
相似解决方案