zoukankan      html  css  js  c++  java
  • 'Undefined symbols for architecture i386,clang: error: linker command failed with exit code 1

    '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

  • 相关阅读:
    SHELL[22]
    SHELL[15]
    SHELL[08]
    SHELL[12]
    SHELL[06]
    SHELL[24]
    SHELL[11]
    shell文件合并、去重
    SHELL[25]
    SHELL[14]
  • 原文地址:https://www.cnblogs.com/superchao8/p/2694866.html
Copyright © 2011-2022 走看看