Reputation: 361
My IOS App. Twoater has been up and running successfully for a couple of months now.
I downloaded the latest SDK and implemented the parse.framework : - deleted old framework from within xCode - dropped new one into xCode - checked parse.framework in Build Phases tab
All looks OK.
When I try to build the code I fails in 2 classes where I have the following statement relating to PFQueryTableViewController. See code
#import "AppDelegate.h"
#import <Parse/Parse.h>
#import <CoreLocation/CoreLocation.h>
Any ideas welcome ...
Many thanks, Guy
Upvotes: 7
Views: 1073
Reputation: 463
Try importing the ParseUI framework that is included with the SDK.
-Michael
Upvotes: 13