做了个静态库,加到其他项目工程编译报错了,Undefined symbols for architecture armv7:
(null): "_xxxx_xxx_ex", referenced from:
_parse_string in xxxlib.a(afmobi_json.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这个是怎么回事呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不兼容arm7 么?
据我推测,应该是你用了xcode5发布ios6的lib导致。
我之前的解决办法,是用xcode4.6发布ios6的lib,因为ios7中,苹果扩充了c标准库。
你的静态库编译的时候也要把armv7加上才可以.