I am creating an app in using Swift, Parse and PubNub. I used pods to install Parse and PubNub and those appear to be installed just fine. However I get all of these compile errors and am not sure which direction I should be looking to solve them.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_PFObject", referenced from:
__TMaCSo8PFObject in ViewController.o
__TMaCSo8PFObject in LogInViewController.o
"_OBJC_CLASS_$_PFQuery", referenced from:
__TMaCSo7PFQuery in LogInViewController.o
"_OBJC_CLASS_$_PFUser", referenced from:
__TMaCSo6PFUser in SignUpViewController.o
__TMaCSo6PFUser in ViewController.o
__TMaCSo6PFUser in LogInViewController.o
"_OBJC_CLASS_$_PNChannel", referenced from:
__TMaCSo9PNChannel in ViewController.o
"_OBJC_CLASS_$_PNConfiguration", referenced from:
__TMaCSo15PNConfiguration in ViewController.o
"_OBJC_CLASS_$_Parse", referenced from:
__TMaCSo5Parse in AppDelegate.o
"_OBJC_CLASS_$_PubNub", referenced from:
__TMaCSo6PubNub in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)