zoukankan      html  css  js  c++  java
  • 解决RegexKitLite编译报错

    原地址:http://blog.csdn.net/kepoon/article/details/7586861

    在编译RegexKitLite的时候,报错如下:

    Undefined symbols for architecture i386:

    "_uregex_open", referenced from:

    _rkl_getCachedRegex in RegexKitLite.o

    "_uregex_groupCount", referenced from:

    _rkl_getCachedRegex in RegexKitLite.o

    "_uregex_setText", referenced from:

    _rkl_setCachedRegexToString in RegexKitLite.o

    _rkl_clearCachedRegexSetTo in RegexKitLite.o

    -[RKLBlockEnumerationHelper initWithRegex:options:string:range:error:] in RegexKitLite.o

    "_uregex_start", referenced from:

    _rkl_performRegexOp in RegexKitLite.o

    _rkl_search in RegexKitLite.o

    _rkl_findRanges in RegexKitLite.o

    "_uregex_end", referenced from:

    _rkl_performRegexOp in RegexKitLite.o

    _rkl_search in RegexKitLite.o

    _rkl_findRanges in RegexKitLite.o

    "_uregex_find", referenced from:

    _rkl_search in RegexKitLite.o

    "_uregex_findNext", referenced from:

    _rkl_search in RegexKitLite.o

    _rkl_replaceAll in RegexKitLite.o

    "_uregex_reset", referenced from:

    _rkl_replaceAll in RegexKitLite.o

    "_uregex_appendReplacement", referenced from:

    _rkl_replaceAll in RegexKitLite.o

    "_uregex_appendTail", referenced from:

    _rkl_replaceAll in RegexKitLite.o

    "_uregex_close", referenced from:

    _rkl_clearCachedRegex in RegexKitLite.o

    "_u_errorName", referenced from:

    _rkl_userInfoDictionary in RegexKitLite.o

    _rkl_makeNSError in RegexKitLite.o

    _rkl_NSExceptionForRegex in RegexKitLite.o

    "_u_strlen", referenced from:

    _rkl_userInfoDictionary in RegexKitLite.o

    "_uregex_clone", referenced from:

    -[RKLBlockEnumerationHelper initWithRegex:options:string:range:error:] in RegexKitLite.o

    ld: symbol(s) not found for architecture i386

    collect2: ld returned 1 exit status

     

    解决办法:

    在项目的编译设置中找到Other Linker Flags,然后在后面字段空白处双击,添加licucore”就可以了。

    或者试试 :licucoreA 

  • 相关阅读:
    酒美网宣布获8000万风险投资 年底销售额达1.5亿元
    [置顶]做足这5点,老板立马会对你另眼相看
    企鹅快跑——腾讯敏捷历程揭秘
    Gmail Mobile 不可忽视的七个细节
    网上爆出ATM取款机存漏洞 黑客可获最高权限
    中国的土壤真的不适合软件生长!
    淘宝商城开放的B2C平台战略
    不是GC打酱油,是人打酱油
    腾讯离职元老的内部邮件:马化腾的趣事
    JAVA课程设计个人博客链接
  • 原文地址:https://www.cnblogs.com/123ing/p/3757560.html
Copyright © 2011-2022 走看看