Trying to use ParseKit in a project via cocoapods, but I am encountering linking errors.
All other cocoapods libraries work fine.
Podfile
platform :osx, '10.7'
pod 'ParseKit', '0.7'
Error
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)