I am writing an iOS application using Parse.com to interact with the server.
I downloaded and installed SKD, correctly added all the frameworks, and everything works fine until it comes to PFQueryTableViewController. It does not appear in the drop-down list when I create a new class, and I cannot create it programmatically because Xcode simply does not know this. Same thing with PFImageView, is it somehow connected?
SKD needs to be updated since I updated it yesterday, including the local data store.
Am I missing something?
Thanks in advance!
source
share