1
我在越獄項目中使用了ChatKit.framework。當我編譯該項目時,出現如下錯誤:使用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添加到項目中。我可以錯過什麼嗎?