我在越狱项目中使用了 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 添加到项目中。我可以错过什么吗?