我在越狱项目中使用了ChatKit.framework。当我编译这个项目时,我得到一个错误,如下所示:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_xxxxx", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)我将ChatKit.framework添加到项目中。我能错过什么吗?
发布于 2013-04-23 15:45:27
我知道为什么了:这个函数在iOS6上被删除了。我的SDK是iOS6.1,修改到iOS5 SDK已经完成。
https://stackoverflow.com/questions/16162314
复制相似问题