本文永久地址为http://www.cnblogs.com/ChenYilong/p/3984254.html ,转载请注明出处。

在编译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”就可以了。

 

本文永久地址为http://www.cnblogs.com/ChenYilong/p/3984254.html ,转载请注明出处。


最新文章

  1. [转载] SSH入门学习基础教程
  2. 用户反馈:对 Rafy 开发框架的一些个人建议
  3. REST有状态与无状态的理解
  4. JS设置CSS样式的几种方式【转】
  5. 每天一个 Linux 命令(4):mkdir
  6. eclipse导入JDK源码
  7. Codeforces 741A:Arpa's loud Owf and Mehrdad's evil plan(LCM+思维)
  8. python 数据结构之双向链表的实现
  9. BestCoder Round #87 LCIS(dp)
  10. 【FFT】专题总结
  11. Unity UGUI —— 鼠标穿透UI问题(Unity官方的解决方法)
  12. SourceTree 01 - git 客户端介绍
  13. Spring揭秘 读书笔记 七 BeanFactory的启动分析
  14. java~mac下的终端工具oh-my-zsh
  15. APS技术中的多目标规划问题
  16. 使用docker部署springboot
  17. c# httpclient
  18. 作用域public、private、protected、以及不写时的区别?
  19. .NET中资源文件的使用
  20. Apache的对象复制详解

热门文章

  1. 通过Heketi管理GlusterFS为K8S集群提供持久化存储
  2. Cisco Packet Tracer 交换机 2950-24 配置
  3. du 显示 前面以及或者两级的目录大小的方法
  4. idea中添加类和方法注释以及codeCheck
  5. Delphi 模式窗体返回值ModalResult的使用方法及注意事项(转)
  6. Guava的SetMultimap
  7. 重启Hbase命令
  8. 棋盘游戏 HDU - 1281 (删点 二分匹配)
  9. 51nod 1102 面积最大的矩形 (单调栈)
  10. MT【178】平移不变性