Can I use the OS X SDK parsing to complete push notification?
As soon as I added:
#import <ParseOSX/PFInstallation.h>
#import <ParseOSX/PFPush.h>
I started getting build errors:
Undefined characters for x86_64 architecture: "_OBJC_CLASS _ $ _ PFInstallation" referenced by: objc-class-ref in SendMessageController.o "_OBJC_CLASS _ $ _ PFPush" referenced: objc-class-ref in SendMessageController.o ld: character (s) not found for x86_64 clang architecture: error: linker command did not work with exit code 1 (use -v to call the call)
source
share