尝试通过 cocoapods 在项目中使用 ParseKit,但遇到链接错误。
所有其他 cocoapods 库都可以正常工作。
播客文件
platform :osx, '10.7'
pod 'ParseKit', '0.7'
错误
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_PKToken", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_PKTokenizer", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)